Update 2025-01-08 08:15 OpenBSD/amd64-t14

This commit is contained in:
c0dev0id
2025-01-08 08:15:25 +01:00
parent 685a3b4c8d
commit cc3afde694
16 changed files with 556 additions and 0 deletions

11
.bin/dexec_man Executable file
View File

@@ -0,0 +1,11 @@
#!/bin/sh
. $HOME/.bin/_config
SEL=$(man -k any= | $DMENU_CMD -l 10 -p "Man")
[ -z "$SEL" ] && exit 0
N=$(echo "$SEL" | cut -d"(" -f2 | cut -d")" -f1)
M=$(echo "$SEL" | cut -d"(" -f1 | cut -d"," -f1)
sterm -e man -s $N $M