From cf79e8be29d9fd0932359cb3e1a4eb651f239a44 Mon Sep 17 00:00:00 2001 From: Izalia Mae Date: Wed, 8 Sep 2021 20:09:07 -0400 Subject: [PATCH] start adding descriptions to the readme --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 85951c4..eeb46a8 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ # scripts -Just various scripts I've made over the years. Some are useful while others are just flat out goofy uvu \ No newline at end of file +Just various scripts I've made over the years. Some are useful while others are just for shits and giggles uvu + +### pa-socket-bridge.py + +Create a pulseaudio server unix socket and redirect connections to a pulseaudio tcp socket + +### tootctl.py + +Run Mastodon's tootctl command without having to cd to the mastodon directory. Run `tootctl.py usage` to understand how it works