rtiny

Crates.iortiny
lib.rsrtiny
version2.2.1
sourcesrc
created_at2023-10-10 10:43:46.674315
updated_at2023-11-11 19:07:28.395422
descriptionA simple CLI tool for short urls.
homepage
repositoryhttps://github.com/DemwE/rtiny
max_upload_size
id998992
size41,423
Mateusz Czarnecki (DemwE)

documentation

README

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
Commit count: 22

cargo fmt