Crates.io | shurl |
lib.rs | shurl |
version | 0.1.0 |
source | src |
created_at | 2024-02-19 07:10:38.006784 |
updated_at | 2024-02-19 07:10:38.006784 |
description | A simple TinyURL wrapper that spits out a shortened link |
homepage | |
repository | https://github.com/ArkieSoft/shurl |
max_upload_size | |
id | 1144841 |
size | 3,511,793 |
A terminal-based TinyUrl wrapper that uses curl to pull a shortened link.
Simple. type "shurl
First, clone the repo.
Second, build with cargo
"cargo build --release"
Third, install to /usr/local/bin
"install -Dm 755 ./shurl-cli /usr/local/bin"
On Mac, drop the D
"install -m 755 ./shurl-cli /usr/local/bin"
This is my first project so don't expect miracles out of little old me