Changing from i3 to dwm - tidied ip bin folder
This commit is contained in:
parent
265a3ad84e
commit
8ced2f42f5
47 changed files with 254 additions and 245 deletions
10
bin/wpLookup
10
bin/wpLookup
|
@ -1,10 +0,0 @@
|
|||
#!/usr/bin/env sh
|
||||
folder="$HOME/.local/share/Zeal/Zeal/docsets/WordPress.docset/Contents/Resources/Documents/developer.wordpress.org/reference/"
|
||||
file=$(find "$folder" -name "index.html" -not -path "*/page/*" -not -path "*/since/*" |
|
||||
awk -F '/' '{print "(" $(NF-2) ") " $(NF-1)}' |
|
||||
rofi -dmenu |
|
||||
tr -d '()' |
|
||||
awk '{print $1 "/" $2 "/index.html"}')
|
||||
#file=$(find "$folder" -name "index.html" -not -path "*/methods/*" )
|
||||
#echo "$file"
|
||||
echo "$folder$file" | xargs qutebrowser
|
Loading…
Add table
Add a link
Reference in a new issue