add docs programs

This commit is contained in:
KK
2026-06-24 00:08:07 +02:00
parent 9577ad69c9
commit a7f6f8a3e0
3 changed files with 176 additions and 0 deletions

2
bin/man-list Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/bash
man -k . | wmenu -i -l 20 | awk '{print $1}' | xargs -r man