kopi
v0.1.1
Published
Command-line tool to copy the content of a file to the clipboard.
Downloads
4
Maintainers
Readme
kopi
Command-line tool to copy the content of a file to the clipboard.
Usage
Installation
To use kopi as a command-line tool, it is preferable to install it globally.
(sudo) npm install -g kopi
Usage
Using kopi is simple, from your console/terminal:
kopi [options] <file>
Options:
-h, --help output usage information
-V, --version output the version number
-v, --verbose show the content of the file in the console
Options
help (-h
,--help
)
Output usage information.
version (-V
,--version
)
Output kopi's version number.
verbose (-v
,--verbose
)
By default, kopi will just copy the content of the given file in the clipboard. The verbose
option will also write the content of the file to the console.
Contributing
In lieu of a formal styleguide, take care to maintain the existing coding style. Lint your code using Grunt.
Release History
- 0.1.0: Initial release (17/12/14)
License
Copyright (c) 2014 Leny
Licensed under the MIT license.