Re: [dev] sbm dmenu bookmarker

From: Spenser Truex <truex_AT_equwal.com>
Date: Tue, 1 Aug 2023 02:17:15 -0300

On 23/07/31 08:15AM, Randy Palamar wrote:
> Hi,
>
> I think this script is way too complicated for what it does. I
> do the following:
>
> `grep -v -e '#' -e '^$' $BOOKMARKS | dmenu -i -l 20 | cut -f 1 -d ' '`
>
> Then I pipe it to the clipboard or a plumber script depending
> on what I want to do with it (bound to a keybind in dwm).
>
> To add bookmarks I either use a text editor or just echo:
>
> `echo "https://nsa.gov file sharing, hosting provider" >> $BOOKMARKS`

How do you avoid duplicates and edit existing booksmarks?

Admittedly my script doesn't do these things at the moment.

-- 
CAEE B377 FC82 BAF9 102C  D22F C5CE D003 1AA8 E281
Spenser Truex        https://equwal.com

Received on Tue Aug 01 2023 - 07:17:15 CEST

This archive was generated by hypermail 2.3.0 : Tue Aug 01 2023 - 07:24:09 CEST