> 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