Go to file
baalajimaestro e378e715f1
Add a script to trigger sync on mobile
Use it in combination with tasker triggers

Signed-off-by: baalajimaestro <me@baalajimaestro.me>
2022-10-09 19:00:48 +05:30
encrypt.py Fix blacklist checking logic 2022-09-25 23:19:07 +05:30
LICENSE.md License under AGPL-3 2022-09-25 13:01:53 +05:30
README.md Add requirements.txt 2022-09-25 17:02:25 +05:30
requirements.txt Add requirements.txt 2022-09-25 17:02:25 +05:30
termux_trigger.sh Add a script to trigger sync on mobile 2022-10-09 19:00:48 +05:30
trigger.py HACK: Workaround remote not existing 2022-09-25 22:14:42 +05:30

baalajimaestro's obsidian support scripts

Scripts to help me use obsidian more effortlessly.

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, and your system has openssl installed.

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.