aboutsummaryrefslogtreecommitdiff
path: root/dmenu-bookmarks
blob: 7de704060d0138510f722fbd75d9cc16138ec616 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

# A bookmark browser based on dmenu

# Requires: dmenu-filepicker, open-url

#dir=$XDG_DATA_HOME/bookmarks
dir=$HOME/Dropbox/bookmarks # TODO: change it when I have a better sync system

cat "$(dmenu-filepicker $dir)" | xargs open-url

Generated with cgit - Back to sebastiano.tronto.net