A simple CLI tool for short urls.
- Clone the repository or download the source code.
- Navigate to the project directory.
- Run the command
cargo build --release
to build the project.
Via cargo: cargo install rtiny
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