{% extends "base.html" %} {% block content %}
Your local URL shortener ( ËļË ÂŗË)âĄ
Total URLs: {{ total_urls }}
View URLsCreate short URLs directly from your browser:
/new?code=your_code&url=https://example.com
Example:
shortiepy add <URL> â Create short URLshortiepy list â Show all linksshortiepy delete <code> â Remove linkshortiepy serve â Start server (foreground)
--port PORTshortiepy start â Start server (background)
--port PORTshortiepy stop â Stop background servershortiepy status â Check server statusshortiepy config â Show configurationshortiepy docs â Open this documentationshortiepy --version â Show version>>> shortiepy add https://example.com/very/long/url
đ¸ Copied to clipboard: http://localhost:9876/x9f2k
>>> shortiepy list
âšī¸ Your shortiepy links:
ââââââââââŦââââââââââââââââââââââââââââââŦââââââââââââââââââââââââââââââââââââŦââââââââââââââââââââââŽ
â Code â Short URL â Original URL â Created At â
ââââââââââŧââââââââââââââââââââââââââââââŧââââââââââââââââââââââââââââââââââââŧââââââââââââââââââââââ¤
â x9f2k â http://localhost:9876/x9f2k â https://example.com/very/long/url â YYYY-MM-DD hh:mm:ss â
â°âââââââââ´ââââââââââââââââââââââââââââââ´ââââââââââââââââââââââââââââââââââââ´ââââââââââââââââââââââ¯
>>> shortiepy delete x9f2k
đ¸ Deleted: http://localhost:9876/x9f2k
>>> shortiepy start --port 8080
đ¸ Started server (PID: 12345)
âšī¸ Logs: /tmp/shortiepy.log
>>> shortiepy add https://example.com
đ¸ Copied to clipboard: http://localhost:8080/y3k9m