mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-12-17 17:44:02 -05:00
rename dev_scripts to dev-scripts, move homebrew template into its own folder
This commit is contained in:
parent
708453b648
commit
27f3a80741
10 changed files with 37 additions and 40 deletions
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"'
|
||||
Loading…
Add table
Add a link
Reference in a new issue