1.1.0 • Published 11 years ago
gus v1.1.0
gus
Shorten your Github repo urls with Github's Git.io service.
Features
- Pastes the url to your clipboard
- Opens the url in your default browser
Installation
$ npm install gusUsage
var gus = require( 'gus' );
gus( url );Command Line Usage
Installing the module locally (without the -g flag) requires a little more verbosity:
$ node path/to/gus [url]With a global installation:
$ npm install -g gusYou can use it like any other command:
$ gus [url]Known Issues
So far it only works on OSX (uses the open and pbcopy unix commands).