I made this shell script to save them in a text file with title and tags and I can search with fzf. The nice thing is that I can open urls in specific software. A video in mpv, a gemini url in amfora and so on. It's not really well written but it serves my needs. But I still need a way to import my browser bookmarks.
https://github.com/paulobtn/cli-bookmarker
I've been playing around with the tool FZF recently. It's speeding up my command line workflow quite a lot.
I made a small script that allows me to open a fuzzy search for any command, so I can write the command f followed by something like vim, evince, cd, mpv... I can optionally give a starting directory and a first query but I rarely do it.
I have it in my .bashrc, but should work in any posix compliant shell. It needs fzf and fd:
in my case Software/ is a directory with lots of files I don't need so I exclude it from my searches. I also like using ranger, it has very nice bookmarking and launcher features.