redirection service for tends.to
Find a file
Naman Sood c84f62c810 link to nsood.in instead of git repo
Signed-off-by: Naman Sood <mail@nsood.in>
2025-11-05 16:28:48 -05:00
.gitignore add binary to gitignore 2024-11-04 22:34:07 -05:00
go.mod update tailscale 2025-11-05 16:26:23 -05:00
go.sum update tailscale 2025-11-05 16:26:23 -05:00
index.html lowercase the h 2024-12-21 19:47:36 -05:00
LICENSE.md initial commit 2024-07-23 17:41:37 -04:00
main.go link to nsood.in instead of git repo 2025-11-05 16:28:48 -05:00
README.md initial commit 2024-07-23 17:41:37 -04:00

tendsto

a URL shortener that runs at https://tends.to. shortcodes are normally of the form "do-things", for example, https://tends.to/have-a-blog. the interface to add shortcodes is exposed over tsnet only.

running

requires the Go compiler and gcc to be present.

go run .

license

MIT license; see LICENSE.md.