index
:
browse
master
Set of utilities to browse the Web
Aki
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dmenu_browse
blob: fb98e437b29c7c532067027c1fd59751bc447514 (
plain
)
1
2
3
4
#!/bin/sh if URL=$(dmenu -p "Browse:" <bookmarks); then ./browse $URL fi