Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 735 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 735 Bytes

App-Sync

This script can sync appdata from e.g. Logseq or Obsidian with git.

Preparations

  • Clone this repo to e.g. ~/Apps/:
    git clone https://github.com/brightdroid/app-sync.git ~/Apps/app-sync
  • Add symlink to ~/bin:
    ln -st ~/bin ~/Apps/app-sync/app-sync

Usage

After the preparation is done use the command app-sync to open e.g. Logseq or Obsidian with all your Graphs/Vaults.

Example

Following example manages these Logseq-Graphs:

  • ~/Dokumente/logseq_graph1
  • ~/Dokumente/logseq_graph2
app-sync ~/bin/Logseq ~/Dokumente/logseq_graph1 ~/Dokumente/logseq_graph2

Links