summaryrefslogtreecommitdiff
path: root/mansplain
diff options
context:
space:
mode:
authorfilip <“filip.rabiega@gmail.com”>2026-01-21 10:36:12 +0100
committerfilip <“filip.rabiega@gmail.com”>2026-01-21 10:36:12 +0100
commit88f0243428c4cf39029c8ffc5a7e1634951158a0 (patch)
treef8b05b9f056dd72b7955f90560c453b4c317bd92 /mansplain
parent83954961af8b6337da100e038561f2fd975ac1fe (diff)
downloadchadscripts-88f0243428c4cf39029c8ffc5a7e1634951158a0.tar.gz
chadscripts-88f0243428c4cf39029c8ffc5a7e1634951158a0.tar.bz2
chadscripts-88f0243428c4cf39029c8ffc5a7e1634951158a0.zip
add comments to some scripts
Diffstat (limited to 'mansplain')
-rwxr-xr-xmansplain1
1 files changed, 1 insertions, 0 deletions
diff --git a/mansplain b/mansplain
index 6c7973b..aceefcb 100755
--- a/mansplain
+++ b/mansplain
@@ -1,4 +1,5 @@
#!/bin/sh
+# Choose a man manual in dwm and open it in zathura
arg="$( man -k . | dmenu -l 15 | awk '{print $1}')"
[ -n "$arg" ] && man -Tpdf "$arg" | zathura -