A URL shortener. Built as a stopgap while I work on a fully-fledged web-accessible link shortener.
- Copy
shortnames.tsv.skel
toshortnames.tsv
and change the default link. - Serve the Flask app via WSGI/nginx or similar.
To add shortnames, add a line to shortnames.tsv
. For example, to make it so short.link/whatever
goes to Google, you would input:
whatever[TAB]https://www.google.com