claudeandClaude Sonnet 5 3eb0023efd
CI / go-tests (pull_request) Successful in 1m49s
Release / build-and-push (push) Skipped
Build / build-and-push (push) Successful in 1m14s
use the real module path
The module was code.aneur.in/cloud/ultrashorty but go.mod (and main.go's
internal import) still said gogs.home.aneur.in/go/ultrashorty, a host that
no longer exists. Self-consistent so it built, but wrong for anyone
fetching it and confusing to read.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-09-07 14:18:05 +01:00
2026-03-30 22:04:50 +01:00
2026-09-07 14:18:05 +01:00
2026-03-30 17:38:09 +01:00
2026-09-07 14:18:05 +01:00
2026-03-30 21:51:48 +01:00

Ultrashorty

Really simple HTTP redirection using a CSV file.

Usage

Create a CSV file with the following headings and add in as many redirects as you like:

From,To,Status Code

Start Ultrashorty:

ultrashorty /path/to/redirects.csv

To load changes to the CSV, just stop and restart Ultrashorty.

S
Description
No description provided
Readme
43 KiB
Languages
Go 92.5%
Dockerfile 7.5%