A command line client for Pleroma, written in bash.
Go to file
Storm Dragon c6ef55cb0c Add a separator before the 'Posted from' message if showClient is set to true. 2024-05-12 20:57:57 -04:00
LICENSE Added a license. 2023-01-28 10:51:29 -05:00
README.md A few more changes, added the ability to show the client in posts. 2024-05-12 17:55:17 -04:00
ratatoskr.sh Add a separator before the 'Posted from' message if showClient is set to true. 2024-05-12 20:57:57 -04:00

README.md

ratatoskr

A command line client for Pleroma, written in bash. Originally it was to be a client with viewing as well as posting features, but there are plenty of clients that do decent formatting of statuses, and the web client also does a great job, especially with things like threading. So This project is mainly for posting to your instance.

It can be used to post things you may want to send like playing music, or it can be used to post from piped in information as in:

echo "Hello world" | ./ratatoskr -p

It's still very much a work in progress, but have fun with it anyway. :)

One thing not in help, if you want to display the client in your posts, add showClient="true" to your ~/.config/ratatoskr/default.conf file.