Open buku bookmark.
This commit is contained in:
parent
7b4dfbeb4c
commit
1a11ee39f2
5
dmenu-buku
Executable file
5
dmenu-buku
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Simple dmenu scipt to open a buku bookmark in a browser
|
||||
|
||||
buku --nostdin -p -f5 | dmenu -p "Search bookmark: " -i -l 10 | cut -f1 | xargs -r buku --nostdin -o
|
Loading…
Reference in New Issue
Block a user