0.0.1 • Published 10 years ago

lexr.sh v0.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
10 years ago

Lexr

Dead simple CLI for URL shortener http://lexr.us/ via curl(1).

Install

$ make install
$ make uninstall

or via npm(1)

$ npm install -g lexr.us
$ npm install -g marcusandre/lexr.us

Example

Shorten a url:

$ lexr add http://github.com/

See already shortened urls:

$ lexr ls

Usage

Usage: lexr [cmd] [url]

Commands:

  # shorten url and add to list
  $ lexr add <url>

  # list shortened urls
  $ lexr list
  $ lexr ls

  # clear url history
  $ lexr clear

Options:

  -V, --version print lexr version
  -h, --help print this usage info

License

MIT