Having bookmarks in plain text file (md or #orgmode )
and having script to grep it and copy/insert link in focus.
```bash
rg --no-config '^\+' ${file} | sed 's/+ //g' | $DMENU -p 'Link: ' | rg --no-config -o '(http|https)://[a-zA-Z0-9./?=_%&:-]*')
```
Easy to insert links from favorite menu picker and fast! No browser bookmark lock-in