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

# A bookmark browser based on dmenu

# Requires: dmenu-filepicker, open-url

dir=$XDG_DATA_HOME/bookmarks

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

Generated with cgit - Back to sebastiano.tronto.net