> 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.

Reply via email to