gus

1.1.0 • Public • Published

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 gus

Usage

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 gus

You 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).

Package Sidebar

Install

npm i gus

Weekly Downloads

1

Version

1.1.0

License

none

Last publish

Collaborators

  • ryanfitzer