This commit is contained in:
Derek Taylor
2025-12-03 11:18:49 -06:00
parent 1764608c79
commit 777960ac7b
758 changed files with 6 additions and 37421 deletions
-12
View File
@@ -1,12 +0,0 @@
#!/bin/sh
manual=$(apropos -s ${SECTION:-''} ${@:-.} | \
grep -v -E '^.+ \(0\)' |\
awk '{print $2 " " $1}' | \
sort | \
dmenu -i -p "Manual: " | \
sed -E 's/^\((.+)\)/\1/')
if [ -z "$MANUAL" ]; then
man -T${FORMAT:-pdf} $manual | ${READER:-zathura -}
fi