Add description for stream-podcasts.pl and setup-wireguard.sh
This commit is contained in:
parent
e93c37a639
commit
40bfe25606
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.
|
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
|
## i3
|
||||||
|
|
||||||
I haven't used i3 in earnest for quite some time since moving to Sway, so it is
|
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
|
## 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**
|
**apply-gruvbox.sh**
|
||||||
|
|
||||||
A single theme version of the one provided
|
A single theme version of the one provided
|
||||||
[here](https://raw.githubusercontent.com/Mayccoll/Gogh). Applies the theme to a
|
[here](https://raw.githubusercontent.com/Mayccoll/Gogh). Applies the theme to a
|
||||||
variety of terminals. Not really necessary after cloning the 'dotfiles'
|
variety of terminals. Not really necessary after cloning the 'dotfiles'
|
||||||
repository.
|
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