Skip to content
This repository has been archived by the owner on May 6, 2023. It is now read-only.

brightdroid/logseq-sync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Logseq Git-Sync

Warning

DEPRECATED, see new universal App-Sync

This script can automatically "sync" your Logseq-Graphs with git.

Preparations

  • 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

Usage

After the preparations done use the command logseq-sync to open Logseq with all your Graphs.

Example

Following example manages these Logseq-Graphs:

  • ~/Dokumente/logseq_graph1
  • ~/Dokumente/logseq_graph2
logseq-sync ~/Dokumente/logseq_graph1 ~/Dokumente/logseq_graph2

FAQ

Logseq not found

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...

About

Logseq git sync

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages