Add requirements.txt
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
This commit is contained in:
parent
8d7d989fc5
commit
54ae0561eb
2 changed files with 5 additions and 2 deletions
|
@ -2,10 +2,11 @@
|
|||
|
||||
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.
|
||||
|
||||
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.
|
||||
|
|
2
requirements.txt
Normal file
2
requirements.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
GitPython
|
||||
requests
|
Loading…
Reference in a new issue