Go to file
baalajimaestro 8d7d989fc5
Add a README
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
2022-09-25 16:59:18 +05:30
encrypt.py Automatically ignore the cwd 2022-09-25 16:54:48 +05:30
LICENSE.md License under AGPL-3 2022-09-25 13:01:53 +05:30
README.md Add a README 2022-09-25 16:59:18 +05:30
trigger.py Improve path detection 2022-09-25 16:41:11 +05:30

baalajimaestro's obsidian support scripts

Scripts to help me use obsidian more effortlessly.

There are 2 scripts in this repo

The scripts assume they are cloned as a directory, and the obsidian folder that is supposed to be handled, is the parent. The scripts also assume that your parent directory has git set up properly.

encrypt.py - Encrypts the entire obsidian repo, with ChaCha20, retaining folder structure, with the given keys, supplied via env vars, and pushes it to a backup git facility. trigger.py - This is more like a personal script, but all it does is, create a git tag in the current obsidian repo, push it ahead, and trigger a CI pipeline on another repo.