Toot-Mastodon-CLI-TUI-clien.../toot/tui
Lexi Winter ec48e8eed8 tui: allow editing toots
Add new [E]dit command to the timeline: opens an existing toot to allow
editing it.  Since this is more or less the same operation as posting a
new toot, extend the StatusComposer view to support this rather than
implementing a new view.

Add a new api method, fetch_status_source(), to implement the
/api/v1/statuses/{id}/source endpoint used to fetch the original post
text.
2024-01-01 14:16:09 +00:00
..
richtext Extract url_to_widget, add fallback 2023-11-16 11:46:54 +01:00
NOTES.md Spelling fixes (#215) 2022-11-09 14:24:48 +01:00
__init__.py Initial implementation of a TUI using Urwid 2019-09-03 15:40:42 +02:00
app.py tui: allow editing toots 2024-01-01 14:16:09 +00:00
compose.py tui: allow editing toots 2024-01-01 14:16:09 +00:00
constants.py Support to display a limited set of HTML tags 2023-09-22 21:32:19 -04:00
entities.py tui: show edit date in toot view 2023-12-31 16:51:02 +00:00
overlays.py Add --json option to account commands 2023-11-21 18:16:37 +01:00
poll.py Remove the ContentParser class, use functions instead 2023-11-06 18:23:35 +01:00
scroll.py Added "toot list_delete" and "toot list_create" commands 2023-03-30 10:01:03 +02:00
timeline.py tui: allow editing toots 2024-01-01 14:16:09 +00:00
utils.py Remove unused imports 2023-11-19 12:48:22 +01:00
widgets.py tui: allow editing toots 2024-01-01 14:16:09 +00:00