Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ihabunek/toot
toot - Mastodon CLI & TUI
https://github.com/ihabunek/toot
cli mastodon python tui
Last synced: 30 days ago
JSON representation
toot - Mastodon CLI & TUI
- Host: GitHub
- URL: https://github.com/ihabunek/toot
- Owner: ihabunek
- License: gpl-3.0
- Created: 2017-04-12T11:35:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-13T07:25:06.000Z (7 months ago)
- Last Synced: 2024-04-14T02:17:03.769Z (7 months ago)
- Topics: cli, mastodon, python, tui
- Language: Python
- Homepage:
- Size: 2.22 MB
- Stars: 1,096
- Watchers: 26
- Forks: 107
- Open Issues: 107
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome-list - toot
- awesome-mastodon-cn - toot - Mastodon CLI客户端(Python)。 (客户端)
- awesome-mastodon - toot - Mastodon CLI client (Python). (Clients)
README
============================
Toot - a Mastodon CLI client
============================.. image:: https://raw.githubusercontent.com/ihabunek/toot/master/trumpet.png
Toot is a CLI and TUI tool for interacting with Mastodon instances from the command line.
.. image:: https://img.shields.io/badge/author-%40ihabunek-blue.svg?maxAge=3600&style=flat-square
:target: https://mastodon.social/@ihabunek
.. image:: https://img.shields.io/github/license/ihabunek/toot.svg?maxAge=3600&style=flat-square
:target: https://opensource.org/licenses/GPL-3.0
.. image:: https://img.shields.io/pypi/v/toot.svg?maxAge=3600&style=flat-square
:target: https://pypi.python.org/pypi/tootResources
---------* Homepage: https://github.com/ihabunek/toot
* Issues: https://github.com/ihabunek/toot/issues
* Documentation: https://toot.bezdomni.net/
* Mailing list for discussion, support and patches:
https://lists.sr.ht/~ihabunek/toot-discuss
* Informal discussion: #toot IRC channel on `libera.chat `_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 accountsTerminal User Interface
-----------------------toot includes a terminal user interface (TUI). Run it with ``toot tui``.
TUI Features:
-------------* Block graphic image display (requires optional libraries `pillow `, `term-image `, and `urwidgets `)
* Bitmapped image display in `kitty ` terminal ``toot tui -f kitty``
* Bitmapped image display in `iTerm2 `, or `WezTerm ` terminal ``toot tui -f iterm``.. image :: https://raw.githubusercontent.com/ihabunek/toot/master/docs/images/tui_list.png
.. image :: https://raw.githubusercontent.com/ihabunek/toot/master/docs/images/tui_compose.png
License
-------Copyright Ivan Habunek and contributors.
Licensed under `GPLv3 `_, see `LICENSE `_.