0.0.5 • Published 5 months ago
cpnow v0.0.5
cpnow
Copy folders contents and from github into your clipboard ready for LLMs.
npx cpnow ./src # pnpx cpnow
Or with GitHub:
npx cpnow gh:onmax/cpnow
The CLI by default will ignore files that are defined in
.gitignore
files along with other commonly folders not used for code
Installation in your machine
npm install -g cpnow
If you think
cpnow
is long, you can always use an aliad in your~/.bashrc
or~/.zshrc
file likealias cpc='npx cpnow'
Flags
-h, --help
Displays help information.
-v, --version
Displays version information.
-i <paths>
Ignores the files/paths passed as arguments.