A tiny command-line interface for gosmlr.xyz – a url shortening micro service.
With NPM
npm install gosmlr -g
With Yarn
yarn global add gosmlr
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.
gosmlr list # Prints a list of your most recent urls.
gosmlr list --clear # Clears your recents list.