1
0
mirror of https://github.com/ihabunek/toot synced 2025-02-03 20:57:38 +01:00

24 Commits

Author SHA1 Message Date
Daniel Schwarz
ee45ec1ffd Added 'toot diag' command that outputs useful diagnostic info 2024-06-13 20:35:45 -04:00
Daniel Schwarz
0fc2ec12f5
Display images 2024-04-13 08:28:28 +02:00
Ivan Habunek
964efc5b4c
Fix bug which causes a crash if palette is not in settings 2024-01-02 22:06:20 +01:00
Ivan Habunek
03035c31a0
Fix warning 2024-01-02 21:02:38 +01:00
Ivan Habunek
724f27f860
Remove unused imports 2024-01-01 12:14:15 +01:00
Ivan Habunek
3a147a5ea0
Move Run type alias to conftest
It's only used in tests
2024-01-01 09:52:15 +01:00
Ivan Habunek
84e75347e0
Make palettes work again 2023-12-31 21:29:06 +01:00
Ivan Habunek
2e2945822a
Add shell completion for instances 2023-12-28 19:02:19 +01:00
Ivan Habunek
ca2912fa78
Add toot --as option to override active account 2023-12-28 12:16:43 +01:00
Ivan Habunek
556741e864
Don't show warning for [tui.palette] setting section 2023-12-27 10:17:14 +01:00
Ivan Habunek
eeb90dc21c
Remove --quiet flag 2023-12-27 09:47:51 +01:00
Ivan Habunek
11bc102cc8
Read [tui] section to preserve BC 2023-12-26 09:48:31 +01:00
Ivan Habunek
438a8ab206
Make instance work without logging in 2023-12-14 13:06:06 +01:00
Ivan Habunek
44ea2e8e6f
Don't ignore the whole file by flake8 2023-12-14 11:57:33 +01:00
Ivan Habunek
f72e4ba844
Move code from toot.tui.base to toot.tui 2023-12-14 11:35:52 +01:00
Ivan Habunek
fab23b9069
Reorganize cli imports
The old way did not allow for having multiple commands of the same name
2023-12-13 15:00:47 +01:00
Ivan Habunek
4dfab69f3b
Add tui command 2023-12-03 13:53:52 +01:00
Ivan Habunek
2429d9f751
Migrate timeline commands 2023-12-03 13:29:31 +01:00
Ivan Habunek
d8c7084678
Migrate auth commands 2023-11-30 20:12:04 +01:00
Ivan Habunek
5d9ee44cec
Migrate list commands 2023-11-29 12:11:41 +01:00
Ivan Habunek
3dc5d35751
Migrate account commands 2023-11-28 14:05:44 +01:00
Ivan Habunek
51fcd60eb5
Migrate status commands 2023-11-28 12:26:08 +01:00
Ivan Habunek
d6678e0498
Migrate post command 2023-11-28 11:53:43 +01:00
Ivan Habunek
9ecfa79db8
Setup click, migrate read commands 2023-11-28 10:13:05 +01:00