Toot-Mastodon-CLI-TUI-clien.../toot/tui
Denis Laxalde 9623219959 Include mentions and replied-to account in compose text
We add a "mentions" attribute to Status. Then when composing a reply, we
fill the edit text of the compose box with the account name of status
being replied to and possibly include mentions at the bottom of the edit
text. Initial cursor position is set after replied account name.
2019-09-18 21:42:55 +02:00
..
NOTES.md Add basic timeline switching 2019-09-03 15:40:48 +02:00
__init__.py Initial implementation of a TUI using Urwid 2019-09-03 15:40:42 +02:00
app.py Set urwid global encoding to UTF-8 2019-09-18 21:41:02 +02:00
compose.py Include mentions and replied-to account in compose text 2019-09-18 21:42:55 +02:00
constants.py Cleanup palette slightly 2019-09-03 15:40:49 +02:00
entities.py Include mentions and replied-to account in compose text 2019-09-18 21:42:55 +02:00
overlays.py TUI: Implement deleting own status messages 2019-09-04 16:16:16 +02:00
timeline.py Try to use media's text_url if present 2019-09-13 12:54:08 +02:00
utils.py Fix date parsing bug 2019-09-04 08:36:12 +02:00
widgets.py Add goto hash timeline 2019-09-03 15:40:48 +02:00