Ivan Habunek
93cfe2af75
Remove unneccessary fstrings
2024-08-12 09:02:48 +02:00
Ivan Habunek
a0e0f4fccd
Make toot diag work when not logged in
2024-08-12 08:57:59 +02:00
Daniel Schwarz
1883042344
Added toot diag -s flag; if specified, includes server info
2024-08-04 23:37:40 -04:00
Daniel Schwarz
62fa59cc06
Sort the list of dependencies in toot diag output
2024-07-03 10:11:24 -04:00
Daniel Schwarz
abe17695ba
Added distribution info to toot diag (iff using Python 3.10+)
2024-06-18 17:18:36 -04:00
Daniel Schwarz
b088ce9585
Output of config and settings files is now optional (toot diag -f)
2024-06-18 17:18:36 -04:00
Daniel Schwarz
df98705627
Added config and settings file output to toot diag
2024-06-18 17:18:36 -04:00
Daniel Schwarz
ded6ec98bc
Added toot version number to diag output
2024-06-18 17:18:36 -04:00
Daniel Schwarz
ee45ec1ffd
Added 'toot diag' command that outputs useful diagnostic info
2024-06-13 20:35:45 -04:00
Ivan Habunek
07ad41960f
Capitalize visibility
2024-04-08 08:34:56 +02:00
Sandra Snan
7244b2718f
Print visibility in CLI
...
I went with two spaces before and after but feel free to change that
to whatever! Having the visibility printed this way is pretty useful
for us who mostly read posts through the CLI.
2024-04-08 08:31:19 +02:00
Ivan Habunek
1709a416b3
Make list printing not break on akkoma
2024-03-09 09:32:38 +01:00
Ivan Habunek
225dfbfb2e
Use alias for types
2024-03-09 09:20:43 +01:00
Sandra Snan
44b6f9fcf4
Drop Pleroma Emoji Reactions
...
I made this a list so you can add other types to drop easily but if
this is premature generalization we could make it a scalar instead.
2023-12-26 09:49:08 +01:00
Ivan Habunek
381e3583ef
Add featured tag commands
2023-12-13 08:40:02 +01:00
Ivan Habunek
bbf67c6736
Pass tui options through cli options
2023-12-07 19:27:26 +01:00
Ivan Habunek
8e7a90e8da
Remove unused code
2023-12-07 10:23:05 +01:00
Ivan Habunek
a4cf678b15
Extract print_divider
2023-12-07 10:06:39 +01:00
Ivan Habunek
bf5eb9e7f8
Add --width option
2023-12-07 10:03:33 +01:00
Ivan Habunek
bbb5658781
Overhaul output to use click
2023-12-05 11:55:09 +01:00
Ivan Habunek
3530553a06
Add --json option to status and thread commands
2023-11-21 16:51:02 +01:00
Ivan Habunek
dd16627c89
Update print_account to take an Account object
2023-11-18 15:42:02 +01:00
Ivan Habunek
d91c73520e
Better function name
2023-11-04 07:38:47 +01:00
Ivan Habunek
d4f8acb3ce
Resolve circular import by moving get_config_dir
2023-06-28 14:46:35 +02:00
Ivan Habunek
953cad5023
Respect quiet setting
2023-06-28 14:17:35 +02:00
Ivan Habunek
4388175cb4
Respect color setting
2023-06-28 13:56:59 +02:00
Ivan Habunek
3a375b77ee
Add toot status command
2023-06-28 12:23:33 +02:00
Ivan Habunek
b2c2f7466e
Fix type hints for older versions of python
2023-06-26 17:00:39 +02:00
Ivan Habunek
f3439ad30d
Use entitites to simpliy print functions
2023-06-26 16:59:14 +02:00
Ivan Habunek
7b08e39f00
Decrease the amount of color
2023-06-22 11:33:07 +02:00
Daniel Schwarz
01afbe1f2f
If toot activate is invoked without an account, show list of accounts
2023-06-22 11:30:43 +02:00
Ivan Habunek
a19670d0c3
Add integration tests for lists
2023-03-30 12:00:12 +02:00
Ivan Habunek
8624ddb175
Add a simple table printer and apply to lists
2023-03-30 12:00:12 +02:00
Daniel Schwarz
bfdd84870f
Added "toot list_delete" and "toot list_create" commands
2023-03-30 10:01:03 +02:00
Daniel Schwarz
08bb7aae71
added "toot list_accounts" command
2023-03-30 10:01:03 +02:00
Daniel Schwarz
855b2a1526
"toot list" console command added
2023-03-30 10:01:02 +02:00
Ivan Habunek
40076ab0c4
Print verified flag
2023-01-30 17:09:41 +01:00
Ivan Habunek
baa5a37125
Add custom fields to status output
2023-01-30 17:04:21 +01:00
Ivan Habunek
15d377e889
Expand tests
2023-01-02 11:53:50 +01:00
Ivan Habunek
2d8791e629
Remove coding directives, no longer needed
2022-12-31 09:31:32 +01:00
Ivan Habunek
7be74f9240
Print if no tags are followed
2022-12-31 09:31:32 +01:00
Daniel Schwarz
67b52757a4
Command line support for following hashtags (Mastodon 4+)
2022-12-31 09:02:38 +01:00
Ivan Habunek
02d358907c
Embrace f-strings
2022-12-12 12:47:45 +01:00
Ivan Habunek
ef697c3bee
Show only registration date on whois
...
Time is not that relevant and causes noise
2022-12-12 12:47:45 +01:00
Ivan Habunek
59b98a7f33
Improve colorize
2022-12-02 08:50:34 +01:00
Ivan Habunek
7b4063fddc
Remove use of deprecated status.text_url
2022-11-30 08:55:46 +01:00
Ivan Habunek
942dd36cd6
Fix tests
2022-11-29 10:08:21 +01:00
Ivan Habunek
916b4cc4bf
Extract code for printing a poll
2022-11-29 09:20:00 +01:00
Daniel Schwarz
f15310cc75
Display polls in command line status output
...
Also display your own votes in toot tui poll displays.
2022-11-29 09:03:19 +01:00
Ivan Habunek
654bc06166
Fix formatting
2022-11-24 11:21:01 +01:00