mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
c5b4143a39
Changelog: - 0.18.0: https://github.com/ihabunek/toot/releases/tag/0.18.0 - Add support for public, tag and list timelines in toot timeline - Add --sensitive and --spoiler-text options to toot post - Curses app improvements: - Respect sensitive content, require keypress to show - Add help modal (press h) - Misc rendering improvements - 0.19.0: https://github.com/ihabunek/toot/releases/tag/0.19.0 - Add support for replying to a toot - Add toot delete command for deleting a toot - Add global --quiet flag to silence output - Make toot login provide browser login, and toot login_cli log in via console. This makes it clear what's the preferred option. - Use Idempotency-Key header to prevent multiple toots being posted if request is retried - Fix a bug where all media would be marked as sensitive Reviewed by: krion (mentor) Approved by: krion (mentor) Differential Revision: https://reviews.freebsd.org/D16826
11 lines
335 B
Plaintext
11 lines
335 B
Plaintext
Toot is a Mastodon CLI client written in Python.
|
|
|
|
Features:
|
|
* Posting, replying, deleting statuses
|
|
* Support for media uploads, spoiler text, sensitive content
|
|
* Search by account or hash tag
|
|
* Following, muting and blocking accounts
|
|
* Simple switching between authenticated in Mastodon accounts
|
|
|
|
WWW: https://github.com/ihabunek/toot
|