mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-04-21 08:16:37 -04:00
dev: Add code2prompt scripts to extract entire codebase into single file (#285)
This commit is contained in:
parent
7023a186b1
commit
b9609b979b
4
dev_scripts/code2prompt_as_file_mac_os.sh
Executable file
4
dev_scripts/code2prompt_as_file_mac_os.sh
Executable 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"'
|
4
dev_scripts/code2prompt_to_clipboard.sh
Executable file
4
dev_scripts/code2prompt_to_clipboard.sh
Executable file
@ -0,0 +1,4 @@
|
||||
# Install using:
|
||||
# 1. cargo install code2prompt
|
||||
# 2. brew install code2prompt
|
||||
code2prompt . --exclude "*.lock" --exclude ".sqlx/*" --exclude "target"
|
Loading…
x
Reference in New Issue
Block a user