Toot is a CLI and TUI tool for interacting with Mastodon instances from the command line.
- 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
- 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
toot includes a terminal user interface (TUI). Run it with toot tui
.
- Block graphic image display (requires optional libraries pillow <https://pypi.org/project/pillow/>, term-image <https://pypi.org/project/term-image/>, and urwidgets <https://pypi.org/project/urwidgets/>)
- Bitmapped image display in kitty <https://sw.kovidgoyal.net/kitty/> terminal
toot tui -f kitty
- Bitmapped image display in iTerm2 <https://iterm2.com/>, or WezTerm <https://wezfurlong.org/wezterm/index.html> terminal
toot tui -f iterm
Copyright Ivan Habunek <ivan@habunek.com> and contributors.