# 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.