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: 1e15f843440f610917f977209cbc34526116853d (
plain
)
1
2
3
4
#!/bin/sh if URL=$(dmenu -p "Browse:" <bookmarks); then browse $URL fi