@popcorn/cofi
v1.0.3
Published
Writes clipboard content to file
Downloads
67
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 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.txtHelp
To view the usage instructions, run:
cofi -h