commit 7cb7c555f9dd5b8a6a2813fc16997a4f24ba8a85 parent 5228e17590f5c678984b953bd123487de0b8ca2f Author: Wim Dupont <wim@wimdupont.com> Date: Sat, 20 Jan 2024 11:06:22 +0100 added toc to readme Diffstat:
M | README.adoc | | | 25 | ++++++++++++------------- |
1 file changed, 12 insertions(+), 13 deletions(-)
diff --git a/README.adoc b/README.adoc @@ -1,7 +1,6 @@ = Scripts - -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. +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. +:toc: == link:bin/askpass[askpass] @@ -90,6 +89,16 @@ Lists files safed under the "~/.password-store/totp/" directory in dmenu or as a * https://github.com/tadfisher/pass-otp[pass-otp] * https://git.suckless.org/dmenu/[dmenu] +== link:bin/pclip[pclip] + +Used to show all clipboard contents in dmenu and allows you to select one which will be typed out. + +.Requires: + +* https://git.suckless.org/dmenu/[dmenu] +* https://github.com/astrand/xclip[xclip] +* https://github.com/jordansissel/xdotool[xdotool] + == 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: @@ -154,13 +163,3 @@ The downloaded audio files also get tagged by id3 to make them easy to sort by o * https://github.com/yt-dlp/yt-dlp[yt-dlp] * https://git.ffmpeg.org/ffmpeg.git[ffmpeg] * https://github.com/squell/id3[id3] - -== link:bin/pclip[pclip] - -Used to show all clipboard contents in dmenu and allows you to select one which will be typed out. - -.Requires: - -* https://git.suckless.org/dmenu/[dmenu] -* https://github.com/astrand/xclip[xclip] -* https://github.com/jordansissel/xdotool[xdotool]