From da77896e0fca478d0c7e6f7f09966181f18ef0fc Mon Sep 17 00:00:00 2001 From: John Mertz Date: Tue, 1 Dec 2020 05:13:20 -0500 Subject: [PATCH] Add description for stream-podcasts.pl and setup-wireguard.sh --- README.md | 25 +++++++++++++++++++------ 1 file changed, 19 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4087bf2..613dd1d 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,12 @@ Just a simple script to toggle Alsa mute. Add a noise-cancelled version of existing interfaces to Pulseaudio. +**audio/stream-podcasts.pl** + +Commandline podcast streamer. Fetchs the feed for desired podcasts, find items +published today, then plays them in order. Given arguments, it will use those +as feeds, otherwise it will use the hash listed in the script. + ## i3 I haven't used i3 in earnest for quite some time since moving to Sway, so it is @@ -191,15 +197,22 @@ Launch nmtui in floating window (bottom-right). If already running, kill it. ## Miscellaneous -**send-to-kodi.sh** - -[This script](https://github.com/allejok96/send-to-kodi) sends a URL or local -file to a [Kodi](https://github.com/xbmc) media player. Only modified to have my -local media server IP. - **apply-gruvbox.sh** A single theme version of the one provided [here](https://raw.githubusercontent.com/Mayccoll/Gogh). Applies the theme to a variety of terminals. Not really necessary after cloning the 'dotfiles' repository. + +**send-to-kodi.sh** + +[This script](https://github.com/allejok96/send-to-kodi) sends a URL or local +file to a [Kodi](https://github.com/xbmc) media player. Only modified to have my +local media server IP. + +**setup_wireguard.sh** + +Script to install WireGuard and generate a config file. Requires modification +with the server public IP, server public key, and change to first 3 octets if +necessary. Will attempt to resolve dependencies and has a special case for +Raspberry Pi (detected with `uname -m` as 'arm'.