Warning
DEPRECATED, see new universal App-Sync
This script can automatically "sync" your Logseq-Graphs with git.
- Install/extract Logseq to e.g.
~/Apps/
- (optional) add symlink to Logseq in
~/bin/
:ln -st ~/bin ~/Apps/Logseq-linux-x64/Logseq
- Clone this repo to e.g.
~/Apps/
:git clone https://github.com/brightdroid/logseq-sync.git ~/Apps/logseq-sync
- Add symlink to
~/bin
:ln -st ~/bin ~/Apps/logseq-sync/logseq-sync
After the preparations done use the command logseq-sync
to open Logseq with all your Graphs.
Following example manages these Logseq-Graphs:
~/Dokumente/logseq_graph1
~/Dokumente/logseq_graph2
logseq-sync ~/Dokumente/logseq_graph1 ~/Dokumente/logseq_graph2
In case you didn't add a symlink to Logseq or your PATH
doesn't contain ~/bin
you can call logseq-sync
like this:
logseq-sync -l /path/to/logseq/dir GRAPH...