A very simple urlshortener program written in Rust language. It uses urlshortener rust library as data provider.
Cargo
cargo install urlshortener-cli
The interface is minimal as possible:
$ urlshortener-cli http://google.ru http://yandex.ru
http://google.ru -> https://is.gd/h5kR5r
http://yandex.ru -> https://is.gd/CifrPx
This project is licensed under the MIT license.