cpnow
v0.0.6
Published
Copy and paste files
Downloads
59
Readme
cpnow
Copy folders contents and from github into your clipboard ready for LLMs.
npx cpnow ./src # pnpx cpnowOr with GitHub:
npx cpnow gh:onmax/cpnowThe CLI by default will ignore files that are defined in
.gitignorefiles along with other commonly folders not used for code
Installation in your machine
npm install -g cpnowIf you think
cpnowis long, you can always use an aliad in your~/.bashrcor~/.zshrcfile likealias cpc='npx cpnow'
Flags
-h, --help
Displays help information.
-v, --version
Displays version information.
-i <paths>
Ignores the files/paths passed as arguments.
-t, --token <token>
GitHub API token for authentication. Useful to avoid rate limiting when accessing GitHub repositories. You can also set the GITHUB_TOKEN environment variable.
