aboutsummaryrefslogtreecommitdiff
path: root/dmenu-bookmarks
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xdmenu-bookmarks9
1 files changed, 9 insertions, 0 deletions
diff --git a/dmenu-bookmarks b/dmenu-bookmarks
new file mode 100755
index 0000000..83f17bd
--- /dev/null
+++ b/dmenu-bookmarks
@@ -0,0 +1,9 @@
1#!/bin/sh
2
3# A bookmark browser based on dmenu
4
5# Requires: dmenu-filepicker, open-url
6
7dir=$XDG_DATA_HOME/bookmarks
8
9cat $(dmenu-filepicker "$dir") | xargs open-url

Generated with cgit - Back to sebastiano.tronto.net