~otheb/tootsh

Shell scripts for interacting with Mastodon
Add systemd-tootd script
Add readme with example commands
Add GPL3 licence

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~otheb/tootsh
read/write
git@git.sr.ht:~otheb/tootsh

You can also use your local clone with git send-email.

Send a toot:

	toot Hello this is my toot

Toot the output of a command (remember max character counts though):

	ls -l | toot

Generate a new systemd unit name every hour and toot them all automatically:

	systemd-tootd | while read line ; do toot "$line" ; done