Open buku bookmark.
This commit is contained in:
parent
7b4dfbeb4c
commit
1a11ee39f2
1 changed files with 5 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue