1
0
mirror of https://github.com/ihabunek/toot synced 2024-12-23 07:27:12 +01:00
Toot-Mastodon-CLI-TUI-clien.../toot
Denis Laxalde 3e11153640
Add a [P]in action to save a hashtag timeline
This goes along with the ability to "go to" a saved hashtag timeline.

We need to pass the "local" flag down build_timeline() method so that
this is also saved. Note that we cannot save both a local and a
federated timeline for the same hashtag: I'm not sure it's worth
supporting both options?
2020-05-11 13:20:54 +02:00
..
tui Add a [P]in action to save a hashtag timeline 2020-05-11 13:20:54 +02:00
ui Mark toot curses as deprecated 2019-09-03 15:40:47 +02:00
__init__.py Bump version, add changelog 2020-04-15 14:28:17 +02:00
api.py Use authorized get to fetch public and tag timelines 2020-05-11 12:59:50 +02:00
auth.py
commands.py Use authorized get to fetch public and tag timelines 2020-05-11 12:59:50 +02:00
config.py Sort keys when saving JSON config 2020-05-11 13:20:08 +02:00
console.py Fix typo 2020-01-02 10:34:00 +01:00
exceptions.py
http.py
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
wcstring.py