Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leny/kopi
Command-line tool to copy the content of a file to the clipboard
https://github.com/leny/kopi
Last synced: 7 days ago
JSON representation
Command-line tool to copy the content of a file to the clipboard
- Host: GitHub
- URL: https://github.com/leny/kopi
- Owner: leny
- License: mit
- Created: 2014-12-16T22:59:42.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-04T03:35:31.000Z (almost 10 years ago)
- Last Synced: 2024-11-03T20:37:04.297Z (11 days ago)
- Language: CoffeeScript
- Size: 101 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-MIT
Awesome Lists containing this project
README
# kopi
[![NPM version](http://img.shields.io/npm/v/kopi.svg)](https://www.npmjs.org/package/kopi) ![Dependency Status](https://david-dm.org/leny/kopi.svg) ![Downloads counter](http://img.shields.io/npm/dm/kopi.svg)
> 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]
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](http://gruntjs.com/).
## Release History
* **0.1.0**: Initial release (*17/12/14*)
## License
Copyright (c) 2014 Leny
Licensed under the MIT license.