scripts

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

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

required software as links in readme

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

diff --git a/README.adoc b/README.adoc @@ -10,7 +10,7 @@ This script could easily be chained with dunst (https://github.com/dunst-project .Requires: -* jq (https://github.com/stedolan/jq) +* https://github.com/stedolan/jq[jq] image::docs/coin-in-dunst.png[coin-in-dunst.png] @@ -29,9 +29,9 @@ Uses dmenu to browse through music directory, including option to shuffle when c .Requires: -* dmenu (https://git.suckless.org/dmenu/) -* urxvt (https://github.com/bookercodes/awesome-urxvt) -* mpv (https://github.com/mpv-player/mpv) +* https://git.suckless.org/dmenu/[dmenu] +* http://cvs.schmorp.de/rxvt-unicode/[urxvt] +* https://github.com/mpv-player/mpv[mpv] == link:bin/otp[otp] @@ -39,9 +39,9 @@ Lists files safed under the "~/.password-store/totp/" directory in dmenu or as a .Requires: -* pass (https://git.zx2c4.com/password-store/) -* pass-otp (https://github.com/tadfisher/pass-otp) -* dmenu (https://git.suckless.org/dmenu/) +* https://git.zx2c4.com/password-store/[pass] +* https://github.com/tadfisher/pass-otp[pass-otp] +* https://git.suckless.org/dmenu/[dmenu] == link:bin/pwu[pwu] @@ -55,9 +55,9 @@ for the same name as the chosen file then pass-otp will be used to copy the OTP .Requires: -* pass (https://git.zx2c4.com/password-store/) -* dmenu (https://git.suckless.org/dmenu/) -* xclip (https://github.com/astrand/xclip) +* https://git.zx2c4.com/password-store/[pass] +* https://git.suckless.org/dmenu/[dmenu] +* https://github.com/astrand/xclip[xclip] == link:bin/radio[radio] @@ -65,18 +65,18 @@ Uses dmenu to browse and play online radio stations saved in a textfile (default .Requires: -* dmenu (https://git.suckless.org/dmenu/) -* urxvt (https://github.com/bookercodes/awesome-urxvt) -* mpv (https://github.com/mpv-player/mpv) +* https://git.suckless.org/dmenu/[dmenu] +* http://cvs.schmorp.de/rxvt-unicode/[urxvt] +* https://github.com/mpv-player/mpv[mpv] == 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. +Uses mpv and youtube-dl (or forks such as yt-dlp) to easily look up videos from command-line with an audio-only option and an option to specify the amount of results. .Requires: -* mpv (https://github.com/mpv-player/mpv) -* youtube-dl (https://github.com/ytdl-org/youtube-dl) +* https://github.com/mpv-player/mpv[mpv] +* https://github.com/ytdl-org/youtube-dl[youtube-dl] == link:bin/ytd[ytd] @@ -84,7 +84,7 @@ Uses yt-dlp to easily download videos from youtube. Has options for audio-only f .Requires: -* yt-dlp (https://github.com/yt-dlp/yt-dlp) +* https://github.com/yt-dlp/yt-dlp[yt-dlp] == link:bin/ytd-album[ytd-album] @@ -93,6 +93,6 @@ The downloaded audio files also get tagged by id3 to make them easy to sort by o .Requires: -* yt-dlp (https://github.com/yt-dlp/yt-dlp) -* ffmpeg (https://git.ffmpeg.org/ffmpeg.git) -* id3 (https://github.com/squell/id3) +* https://github.com/yt-dlp/yt-dlp[yt-dlp] +* https://git.ffmpeg.org/ffmpeg.git[ffmpeg] +* https://github.com/squell/id3[id3]