1
0
mirror of https://github.com/ihabunek/toot synced 2025-01-11 00:53:49 +01:00
Toot-Mastodon-CLI-TUI-clien.../toot/tui
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
..
__init__.py Initial implementation of a TUI using Urwid 2019-09-03 15:40:42 +02:00
app.py Add a [P]in action to save a hashtag timeline 2020-05-11 13:20:54 +02:00
compose.py Implement character count indicator when composing 2020-01-03 09:15:11 +01:00
constants.py Fix VISIBILITY_OPTIONS 2020-01-26 10:19:24 +01:00
entities.py Fall back to "username" when "display_name" is unset 2020-01-22 08:13:48 +01:00
NOTES.md Add basic timeline switching 2019-09-03 15:40:48 +02:00
overlays.py Add a [P]in action to save a hashtag timeline 2020-05-11 13:20:54 +02:00
timeline.py Add a [P]in action to save a hashtag timeline 2020-05-11 13:20:54 +02:00
utils.py Add an action to display status links and open them 2020-04-15 14:11:31 +02:00
widgets.py Implement character count indicator when composing 2020-01-03 09:15:11 +01:00