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 |
#1792 in Command line utilities
24 downloads per month
13KB
79 lines
rtiny
A simple CLI tool for short urls.
Installation
- Clone the repository or download the source code.
- Navigate to the project directory.
- 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
~348K SLoC