Many changes
This commit is contained in:
parent
0526302f3e
commit
90fc6ab4fb
39 changed files with 1416 additions and 18 deletions
12
bin/.bin/dmenu/man-page-pdf
Executable file
12
bin/.bin/dmenu/man-page-pdf
Executable file
|
@ -0,0 +1,12 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
man -k . |\
|
||||
awk '{ print $1 " " $2 }' |\
|
||||
rofi -dmenu -p man -i -matching regex |\
|
||||
awk '{ print $2 " " $1 }' |\
|
||||
tr -d '()' |\
|
||||
xargs man -t |\
|
||||
ps2pdf - - |\
|
||||
zathura -
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue