bookmarks is a bookmark manager for developers.
Start the devcontainer in for example vscode. In the devcontainer you have go, some vscode plugins, golangci-lint, cobra-cli.
The current implementation stores bookmarks to a json file in your home folder: /home/user/.config/bookmarks/bookmarks.json
add bookmark:
go run . add -t "My favorite website" denniswethmar.nlif no title is provided then the url will be queried for an title.
search bookmarks:
go run . -s .nllist entries:
go run . ls