Generic update.
This commit is contained in:
parent
18a5d10ee6
commit
8d1e0386db
2 changed files with 12 additions and 1 deletions
|
@ -2,4 +2,6 @@
|
|||
|
||||
# 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
|
||||
[ "$1" = "open" ] && buku --nostdin -p -f5 | sed 's/\t/;/g' | column -t -s ';' | dmenu -p "Open bookmark: " -i -l 10 | cut -d' ' -f1 | xargs -r buku --nostdin -o
|
||||
|
||||
[ "$1" = "edit" ] && buku --nostdin -p -f5 | sed 's/\t/;/g' | column -t -s ';' | dmenu -p "Edit bookmark: " -i -l 10 | cut -d' ' -f1 | xargs -r $TERMINAL start -- buku -w
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue