scripts

scripts
git clone git://git.wimdupont.com/scripts.git
Log | Files | Refs | README | LICENSE

commit 5bd9a916713266d7954db1fce850e3d55273f9ef
parent 5ab43a88657c41eab6130a55e15d336ddf0ae8ff
Author: Wim Dupont <wim@wimdupont.com>
Date:   Sat, 25 Feb 2023 11:27:16 +0100

files as links in readme

Diffstat:
MREADME.adoc | 20++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/README.adoc b/README.adoc @@ -3,7 +3,7 @@ For certain scripts I've added a _"requires"_ section to specify software which is less likely to be installed by default that the script uses. Most of these can be changed with alternatives by choice if willing to edit the script. -== ./bin/coin +== link:bin/coin[coin] Used to grab cryptocurrency data, including market price. The data itself is powered by CoinGecko API. This script could easily be chained with dunst (https://github.com/dunst-project/dunst) to have the output as notification. @@ -14,16 +14,16 @@ This script could easily be chained with dunst (https://github.com/dunst-project image::docs/coin-in-dunst.png[coin-in-dunst.png] -== ./bin/decr +== link:bin/decr[decr] Decrypts a GPG encrypted TAR file. -== ./bin/encr +== link:bin/encr[encr] Archives a given file or directory as a TAR file and encrypts it with GPG using symmetric or asymmetric encryption. By default it uses symmetric encryption and looks for encrypted file "~/.sym-pwd.gpg" to use its content as password. -== ./bin/mpvd +== link:bin/mpvd[mpvd] Uses dmenu to browse through music directory, including option to shuffle when choosing to play a directory. @@ -33,7 +33,7 @@ Uses dmenu to browse through music directory, including option to shuffle when c * urxvt (https://github.com/bookercodes/awesome-urxvt) * mpv (https://github.com/mpv-player/mpv) -== ./bin/otp +== link:bin/otp[otp] Lists files safed under the "~/.password-store/totp/" directory in dmenu or as argument and generates TOTP code based on chosen file. @@ -43,7 +43,7 @@ Lists files safed under the "~/.password-store/totp/" directory in dmenu or as a * pass-otp (https://github.com/tadfisher/pass-otp) * dmenu (https://git.suckless.org/dmenu/) -== ./bin/pwu +== link:bin/pwu[pwu] Lists files safed under the "~/.password-store/" directory in dmenu or as argument. The chosen file gets opened using pass followed by: * password (first line) get saved in clipboard @@ -59,7 +59,7 @@ for the same name as the chosen file then pass-otp will be used to copy the OTP * dmenu (https://git.suckless.org/dmenu/) * xclip (https://github.com/astrand/xclip) -== ./bin/radio +== link:bin/radio[radio] Uses dmenu to browse and play online radio stations saved in a textfile (default in ~/Desktop/radiostations). The textfile should consist of a searchname and the URL separated by a semicolon (;) and with a new line for each new station. @@ -69,7 +69,7 @@ Uses dmenu to browse and play online radio stations saved in a textfile (default * urxvt (https://github.com/bookercodes/awesome-urxvt) * mpv (https://github.com/mpv-player/mpv) -== ./bin/yt +== link:bin/yt[yt] Uses mpv and youtube-dl to easily look up videos from command-line with an audio-only option and an option to specify the amount of results. @@ -78,7 +78,7 @@ Uses mpv and youtube-dl to easily look up videos from command-line with an audio * mpv (https://github.com/mpv-player/mpv) * youtube-dl (https://github.com/ytdl-org/youtube-dl) -== ./bin/ytd +== link:bin/ytd[ytd] Uses yt-dlp to easily download videos from youtube. Has options for audio-only files from youtube, can also download playlists, and allows for searches on either URL's or keywords. @@ -86,7 +86,7 @@ Uses yt-dlp to easily download videos from youtube. Has options for audio-only f * yt-dlp (https://github.com/yt-dlp/yt-dlp) -== ./bin/ytd-album +== link:bin/ytd-album[ytd-album] Used to download full albums by playlist. The script creates a directory with the bandname followed by a directory with albumname in which the playlist is saved as mp3 files. The downloaded audio files also get tagged by id3 to make them easy to sort by on devices such as mp3-players.