manview for autogen groff pdf manuals
This commit is contained in:
parent
ddc3c130df
commit
08c2846ba5
1 changed files with 2 additions and 0 deletions
2
.scripts/i3cmds/manview
Executable file
2
.scripts/i3cmds/manview
Executable file
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/sh
|
||||||
|
man -Tpdf $(man -k . | awk '{print $1}' | uniq | dmenu -l 20) | zathura -
|
Loading…
Reference in a new issue