#link-shortener #url #cli-tool #short

app rtiny

A simple CLI tool for short urls

7 stable releases

2.2.1 Nov 11, 2023
2.1.2 Nov 10, 2023
2.0.1 Nov 10, 2023
1.0.0 Oct 10, 2023

#1168 in Command line utilities

48 downloads per month

GPL-3.0 license

13KB
79 lines

rtiny

A simple CLI tool for short urls.

Installation

  1. Clone the repository or download the source code.
  2. Navigate to the project directory.
  3. Run the command cargo build --release to build the project.

or

Via cargo: cargo install rtiny

Usage

 Options:
  -u, --url <URL>        Url to short
  -c, --custom <CUSTOM>  Custom short url
  -d, --debug            Activate debug mode
  -h, --help             Print help
  -V, --version          Print version

Dependencies

~10–26MB
~381K SLoC