rename dev_scripts to dev-scripts, move homebrew template into its own folder

This commit is contained in:
Binarybaron 2025-10-19 19:17:13 +02:00
parent 708453b648
commit 27f3a80741
10 changed files with 37 additions and 40 deletions

View file

@ -0,0 +1,4 @@
# Install using:
# 1. cargo install code2prompt
# 2. brew install code2prompt
code2prompt . --exclude "*.lock" --exclude ".sqlx/*" --exclude "target" --output-file "$TMPDIR/code.txt" && osascript -e 'set the clipboard to POSIX file "'"$TMPDIR"'/code.txt"'