shurl

Crates.ioshurl
lib.rsshurl
version0.1.0
sourcesrc
created_at2024-02-19 07:10:38.006784
updated_at2024-02-19 07:10:38.006784
descriptionA simple TinyURL wrapper that spits out a shortened link
homepage
repositoryhttps://github.com/ArkieSoft/shurl
max_upload_size
id1144841
size3,511,793
(ArkieSoft)

documentation

README

Shurl-cli

A terminal-based TinyUrl wrapper that uses curl to pull a shortened link.

Use

Simple. type "shurl " and hit enter.

Installation

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

Commit count: 0

cargo fmt