This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

lexr.sh

0.0.1 • Public • Published

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

/lexr.sh/

    Package Sidebar

    Install

    npm i lexr.sh

    Weekly Downloads

    1

    Version

    0.0.1

    License

    MIT

    Last publish

    Collaborators

    • marcusandre