add docs programs
This commit is contained in:
2
bin/man-list
Executable file
2
bin/man-list
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
man -k . | wmenu -i -l 20 | awk '{print $1}' | xargs -r man
|
||||
Reference in New Issue
Block a user