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
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'
Displays help information.
Displays version information.
Ignores the files/paths passed as arguments.
GitHub API token for authentication. Useful to avoid rate limiting when accessing GitHub repositories. You can also set the GITHUB_TOKEN
environment variable.