0.2.17 • Published 2 years ago

@cameronolivier/ogt v0.2.17

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
2 years ago

Obsidian Git Tools

Tools for working with Obsidian and Git, mostly managing syncing and merging across your computers and devices.

How to make this work:

  1. install the package
npm install -g @cameronolivier/ogt
  1. Create an .ogtrcfile in your home directory with the following contents:
{
  "externalPath": the file directory for your device(iCloud) vault,
  "vaultPath": where you store your docs vault that sinks to git,
  "message": The commit message, defaults to: 'Updating iDrive Vault Docs',
  "branchName": The branch name, defaults to "icloud_docs_merge",
  "verbose": true or false, defaults to false for whether to log out progress to the console.
}
  1. In your docs folder (where you have the git repo for syncing), run ogt to sync your iCloud vault with your other vaults.

How to dev:

  1. Clone this repo
  2. Run npm run init to make the cli script executable and add the ogt command to your path (via npm link).
  3. Create an .ogtrcfile in your home directory with the following contents:
{
  "externalPath": the file directory for your device(iCloud) vault,
  "vaultPath": where you store your docs vault that sinks to git,
  "message": The commit message, defaults to: 'Updating iDrive Vault Docs',
  "branchName": The branch name, defaults to "icloud_docs_merge"
}
0.2.17

2 years ago

0.2.16

2 years ago

0.2.15

2 years ago

0.2.14

2 years ago