Add encode.sh

This commit is contained in:
vitor-aignosi
2026-08-25 11:11:31 -03:00
parent 0e152b79f7
commit 58f726089e

13
encode.sh Executable file
View File

@@ -0,0 +1,13 @@
source ./venv/bin/activate
pip install pathspec
pip install pyyaml
echo "
.git" >> .gitignore
python encrypt.py ./ code --ignore .gitignore --chunk-size 100000
sed -i '/.git/d' .gitignore
xdg-open .