1
0
Fork
You've already forked tllc
0
A little baby link shortener that doesn't track you. https://t.l.lc/
  • Go 77.1%
  • HTML 22.9%
2026年05月12日 03:47:13 -05:00
cmd/tllc Fresh coat of paint 2026年05月12日 03:47:13 -05:00
.gitignore Go rewrite 2026年05月12日 03:02:46 -05:00
AGENTS.md Go rewrite 2026年05月12日 03:02:46 -05:00
go.mod Go rewrite 2026年05月12日 03:02:46 -05:00
go.sum Go rewrite 2026年05月12日 03:02:46 -05:00
LICENSE Initial commit 2025年11月01日 07:11:59 +01:00
README.md Go rewrite 2026年05月12日 03:02:46 -05:00

tllc

This code was written by a human-led AI agent.

A little baby link shortener. Zero trackers.

Usage

Use the web frontend at t.l.lc, or make a POST request:

curl -X POST 'https://t.l.lc/?url=https://example.com/'

Building

go build -o tllc ./cmd/tllc
# Cross-compile
GOOS=linux GOARCH=amd64 go build -o tllc ./cmd/tllc