From: Armaan Bhojwani Date: Wed, 16 Jun 2021 02:15:07 +0000 (-0400) Subject: bookmarks: add script X-Git-Url: https://git.armaanb.net/?p=bin.git;a=commitdiff_plain;h=881c6a79276a74220e2d8c14fe98f5a636267f80 bookmarks: add script --- diff --git a/bookmarks b/bookmarks new file mode 100755 index 0000000..6556d55 --- /dev/null +++ b/bookmarks @@ -0,0 +1,3 @@ +#!/usr/bin/env sh + +cat ${1:-~/org/bookmarks} | dmenu -l 20 | xargs xdg-open \ No newline at end of file diff --git a/man/bookmarks.1.scd b/man/bookmarks.1.scd new file mode 100644 index 0000000..67fa1fc --- /dev/null +++ b/man/bookmarks.1.scd @@ -0,0 +1,16 @@ +bookmarks(1) + +# NAME +bookmarks - select a bookmark with dmenu + +# SYNOPSIS +*bookmarks*++ +*bookmarks [path to bookmarks file]* + +# DESCRIPTION +Allows you to select a bookmark from a list of newline delimited urls (defaults +to ~/org/bookmarks) and open it in the default browser. + +# COPYRIGHT +This is free and unencumbered software released into the public domain. For more +information, please refer to .