Toot-Mastodon-CLI-TUI-clien.../toot/cli
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
..
__init__.py tui: allow editing toots 2024-01-01 14:16:09 +00:00
accounts.py Move code from toot.tui.base to toot.tui 2023-12-14 11:35:52 +01:00
auth.py Add toot --as option to override active account 2023-12-28 12:16:43 +01:00
lists.py Help with list command discovery 2023-12-27 10:17:14 +01:00
post.py Reinstate toot post --using option 2023-12-28 19:09:48 +01:00
read.py Add shell completion for instances 2023-12-28 19:02:19 +01:00
statuses.py Move code from toot.tui.base to toot.tui 2023-12-14 11:35:52 +01:00
tags.py Move code from toot.tui.base to toot.tui 2023-12-14 11:35:52 +01:00
timelines.py Add shell completion for instances 2023-12-28 19:02:19 +01:00
tui.py tui: honour user's default visibility preference 2023-12-31 18:20:47 +00:00
validators.py Move code from toot.tui.base to toot.tui 2023-12-14 11:35:52 +01:00