#url #link #wrapper #curl #tiny-url #shortened #spits

app shurl

A simple TinyURL wrapper that spits out a shortened link

1 unstable release

0.1.0 Feb 19, 2024

#1415 in Web programming

GPL-3.0-only

1.5MB

Contains (Mach-o exe, 520KB) target/debug/shurl, (Mach-o exe, 520KB) target/debug/deps/shurl-abf1881d93a4ba95, (Mach-o exe, 70KB) shurl-abf1881d93a4ba95.3xu4psog92spv1se.rcgu.o, (Mach-o exe, 130KB) shurl-abf1881d93a4ba95.jonlyv42gk7lyko.rcgu.o, (Mach-o exe, 70KB) 3xu4psog92spv1se.o, (Mach-o exe, 130KB) jonlyv42gk7lyko.o and 68 more.

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

No runtime deps