summaryrefslogtreecommitdiff
path: root/mansplain
diff options
context:
space:
mode:
authorunknown <“filip.rabiega@gmail.com”>2026-08-07 10:37:14 +0200
committerunknown <“filip.rabiega@gmail.com”>2026-08-07 10:37:14 +0200
commit9f9a57cf255c58fe44bb343b4a150a6a8f7fdc31 (patch)
tree16503e36498e5c4866d59b627e4b77a51a181017 /mansplain
parent940118eba8178d177eec73ab100ceacdb2526715 (diff)
downloadchadscripts-master.tar.gz
chadscripts-master.tar.bz2
chadscripts-master.zip
add dfm and linkhandlerHEADmaster
Diffstat (limited to 'mansplain')
-rwxr-xr-xmansplain2
1 files changed, 1 insertions, 1 deletions
diff --git a/mansplain b/mansplain
index 43f2ef6..ceef0b9 100755
--- a/mansplain
+++ b/mansplain
@@ -1,5 +1,5 @@
#!/bin/sh
-# Choose a man manual in dwm and open it in zathura
+# Choose a man manual in dmenu and open it in zathura
arg="$(man -k . | dmenu -l 15 | awk '{print $1}')"
[ -n "$arg" ] && man -Tpdf "$arg" | zathura -