Code-only import without upstream history. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
13 lines
203 B
Bash
Executable File
13 lines
203 B
Bash
Executable File
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 . |