aboutsummaryrefslogtreecommitdiff
path: root/dmenu-bookmarks
blob: 45e72d1957dcfe99762a19adb9fb07b76c628f0c (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