mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-11-21 08:30:38 -05:00
4 lines
No EOL
255 B
Bash
Executable file
4 lines
No EOL
255 B
Bash
Executable file
# 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"' |