Re: [dev] sbm dmenu bookmarker

From: Randy Palamar <palamar_AT_ualberta.ca>
Date: Tue, 1 Aug 2023 09:22:00 -0600

> How do you avoid duplicates

`grep -q "https://url.com" $BOOKMARKS \
&& echo "https://url.com based,bloat" >> $BOOKMARKS`

> and edit existing booksmarks?

??? it's just a simple text file.

In all seriousness I like to keep the bookmarks grouped and easily
readable so I open the file in vis, insert the bookmark wherever,
and use the <vis-selections-align-indent-right> operator to align the
comments/tags. But that's not really necessary.
Received on Tue Aug 01 2023 - 17:22:00 CEST

This archive was generated by hypermail 2.3.0 : Wed Aug 02 2023 - 09:00:11 CEST