tarides / irmin-bookmarks

Firefox extension to store bookmarks in a git repository using Irmin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Irmin Bookmarks

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.

Building

Install dependencies

opam switch create . --deps-only -y ocaml-base-compiler.4.14.0

Build

make clean build

Now 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-bookmarks

By default, the server runs on port 4242 and stores data at $HOME/.irmin-bookmarks.

About

Firefox extension to store bookmarks in a git repository using Irmin


Languages

Language:OCaml 82.2%Language:CSS 10.1%Language:HTML 6.9%Language:Makefile 0.9%