Hacker News new | ask | show | jobs
by bravura 2458 days ago
How about a bookmarks manager that is also a git repo?
2 comments

I had this for years, but recent security-changes to browsers make it not work:

https://github.com/skx/bookmarks.public

Will work if you move the bookmark data into the main script, but then it is less easy to maintain and less clear.

It should work with a native messaging extension and app. Browserpass does something similar already. We just need pass-like tool for bookmarks.
I'm maintaining my bookmarks in a git repository with Static Marks[1], which I have written.

[1] https://darekkay.com/static-marks/