Toot-Mastodon-CLI-TUI-clien.../toot
Stacy Harper 6115cea43e
Prevent toot timeline to break when piped to extenal programs
Toot timeline try to ask the user to continue in the next page. This
doesn't works if the command is piped to any other software.

We stop the query in the first loop when not in a tty context. The
command should be called with the expected item count in this case.
2021-08-28 20:14:30 +02:00
..
tui Reply to non-int, and also longer posts, Pleroma style 2020-09-01 16:11:12 +02:00
__init__.py Bump version, add to changelog 2020-06-15 21:08:39 +02:00
api.py Support adding description to media 2021-08-28 18:47:07 +02:00
auth.py Enable fetching instance info over http 2018-12-30 09:53:12 +01:00
commands.py Prevent toot timeline to break when piped to extenal programs 2021-08-28 20:14:30 +02:00
config.py Sort keys when saving JSON config 2020-05-11 13:20:08 +02:00
console.py Support adding description to media 2021-08-28 18:47:07 +02:00
exceptions.py Extract exceptions 2017-12-30 13:32:52 +01:00
http.py Set the user agent string to all requests 2019-08-07 22:58:30 +02:00
logging.py Censor authorization header value in logs 2020-05-11 12:46:27 +02:00
output.py Upgrade to v2 search endpoint 2019-09-22 22:08:04 +02:00
utils.py Implement composing tweets using an editor 2019-08-22 17:37:24 +02:00
wcstring.py Consolidate wcwidth-related utils in one module 2019-02-14 15:45:27 +01:00