irmin-bookmarks is an experimental browser extension (tested on Firefox) that
uses irmin-client and irmin-server to store bookmarks in a local git
repository.
Install dependencies
opam switch create . --deps-only -y ocaml-base-compiler.4.14.0Build
make clean buildNow the extension will be in irmin-bookmarks-extension.
You can temporarily install the extension in Firefox to test it out.
You will need to have the server running for it to work:
dune exec server/main.exe # or ./_build/install/default/bin/irmin-bookmarksBy default, the server runs on port 4242 and stores data at $HOME/.irmin-bookmarks.