From 0cc44eff220e8064524e1894272c0da289386b1e Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Thu, 10 Jun 2021 19:34:16 +0200 Subject: Added dmenu-bookmarks --- dmenu-bookmarks | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 dmenu-bookmarks (limited to 'dmenu-bookmarks') diff --git a/dmenu-bookmarks b/dmenu-bookmarks new file mode 100755 index 0000000..83f17bd --- /dev/null +++ b/dmenu-bookmarks @@ -0,0 +1,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 -- cgit v1.3