gosmlr
v0.4.2
Published
[](https://badge.fury.io/js/gosmlr)  [](https://travis-ci.org/t
Readme
gosmlr
A tiny command-line interface for gosmlr.xyz – a url shortening micro service.
Installation
With NPM
npm install gosmlr -gWith Yarn
yarn global add gosmlrUsage
Simply pass in your long url as an argument to the gosmlr command
gosmlr your-reallyl-long-url.com/long-urls/feb-18/3487789
gosmlr --list # Shortens & displays a list of recent urls.The --list (-l) option will display a list of your recent urls after your link is shortened.
gosmlr accepts urls with or without the protocol.
List
gosmlr list # Prints a list of your most recent urls.
gosmlr list --clear # Clears your recents list.
