@popcorn/cofi
v1.0.5
Published
Writes clipboard content to file
Maintainers
Readme
cofi

A simple command-line interface (CLI) tool that reads the content of your clipboard and writes it directly to a specified file.
Installation
You can install this package globally using npm:
npm install -g @popcorn/cofiUsage
Simply run the cofi command followed by the desired filename or path.
cofi filename.txtOr specify a nested path (directories will be created automatically):
cofi path/to/filename.txtNew!
It now removes all comments // and #.
Help
To view the usage instructions, run:
cofi -h