license BentonEdmondson/servitor: A command-line Fediverse client that doesn’t require a server https://github.com/bentonedmondson/servitor A command-line Fediverse client that doesn’t require a server. 3
@> servitor feed <feed name> Keybindings: Navigation: j - move down k - move up space - select the highlighted item c - view the creator of the highlighted item r - view the recipient of the highlighted item (e.g. the group it was posted to) a - view the actor of the activity (e.g. view the retweeter of a retweet) h - move back in your browser history l - move forward in your browser history g - move to the expanded item (i.e. move to the current OP) ctrl+c - exit the program Media: p - open the highlighted user's profile picture b - open the highlighted user's banner o - open the content of a post itself (e.g. open the video associated with a video post) number keys - open a link within the highlighted text Commands: :open <url or @> :feed <feed name> 7
''' if test "$2" = "video"; then exec mpv --keep-open=yes "$0"; fi if test "$1" = "image/gif"; then exec mpv --keep-open=yes "$0"; fi if test "$2" = "image"; then exec feh --scale-down --image-bg black "$0"; fi exec netsurf "$0" ''', "%url", "%mimetype", "%supertype" ] 12
space — select the highlighted item c — view the creator of the highlighted item r — view the recipient of the highlighted item (e.g. the group it was posted to) a — view the actor of the activity (e.g. view the retweeter of a retweet) h — move back in your browser history l — move forward in your browser history g — move to the expanded item (i.e. move to the current OP) ctrl+c — exit the program Media p — open the highlighted user's profile picture b — open the highlighted user's banner o — open the content of a post itself (e.g. open the video associated with a video post) number keys — open a link within the highlighted text 13
a CLI and TUI tool for interacting with Mastodon instances from the command line. taka-tuos/nanotodon: TUI mastodon client (ncurses/C99) isaki68k/sayaka ihabunek/toot: toot - Mastodon CLI & TUI 15