toot/toot/cli
Daniel Schwarz 906cdd013b removed autodetection of image format; now uses cmd line option
--image-format='kitty'|'iterm'|'block' (default is block)
autodetection was causing intermittent phantom character
output to the terminal in some configurations, generally
over SSH connections. Switching to a command line option
eliminates the problematic autodetection code.

As a side effect, EmojiText widget had to be removed.
2024-01-09 23:25:12 -05:00
..
__init__.py removed autodetection of image format; now uses cmd line option 2024-01-09 23:25:12 -05:00
accounts.py Move code from toot.tui.base to toot.tui 2023-12-14 11:35:52 +01:00
auth.py Add toot --as option to override active account 2023-12-28 12:16:43 +01:00
lists.py Help with list command discovery 2023-12-27 10:17:14 +01:00
post.py Don't set default visibility 2024-01-02 21:56:36 +01:00
read.py Add shell completion for instances 2023-12-28 19:02:19 +01:00
statuses.py Move code from toot.tui.base to toot.tui 2023-12-14 11:35:52 +01:00
tags.py Move code from toot.tui.base to toot.tui 2023-12-14 11:35:52 +01:00
timelines.py Add shell completion for instances 2023-12-28 19:02:19 +01:00
tui.py removed autodetection of image format; now uses cmd line option 2024-01-09 23:25:12 -05:00
validators.py cleanup to make flake8 happy 2023-12-18 22:30:34 -05:00