On 23/07/31 08:15AM, Randy Palamar wrote:
> `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`
Since bookmarks are related to the Web, I usually keep them inside of my
bloated web browser for the bloated Web (the very term [in the digital
sense] originates from Netscape IIRC). They can be copied to the clipboard from
there and pasted into st. Anything else I just type out. ¯\_(ツ)_/¯
Received on Tue Aug 01 2023 - 09:09:41 CEST