A command line client for Pleroma, written in bash.
Go to file
2024-05-12 17:37:05 -04:00
LICENSE Added a license. 2023-01-28 10:51:29 -05:00
ratatoskr.sh Added the ability to give a post a title. 2024-05-12 17:37:05 -04:00
README.md Lots of updates, removed the timeline display code because it's buggy and the web client does it better anyway. Repurposed this program to do posting from the cli, so for music, or from other programs, or quick posts without having the leave the cli. 2024-05-11 18:16:00 -04:00

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. :)