Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 489 Bytes

File metadata and controls

24 lines (17 loc) · 489 Bytes

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