Add description for stream-podcasts.pl and setup-wireguard.sh
This commit is contained in:
parent
5dfdf7085a
commit
da77896e0f
25
README.md
25
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'.
|
||||
|
|
Loading…
Reference in New Issue