{% extends "base.html" %} {% block content %}

✨ shortiepy 🌸

Your local URL shortener ( Ëļ˘ ÂŗË˜)♡

Total URLs: {{ total_urls }}

View URLs

🌐 Web API

Create short URLs directly from your browser:

/new?code=your_code&url=https://example.com

Example:

đŸ’ģ CLI Commands

🔗 URL Management

đŸ–Ĩī¸ Server Control

â„šī¸ Information

📝 Examples

✨ Basic Workflow

>>> 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

âš™ī¸ Custom Port

>>> shortiepy start --port 8080
🌸 Started server (PID: 12345)
â„šī¸  Logs: /tmp/shortiepy.log
>>> shortiepy add https://example.com
🌸 Copied to clipboard: http://localhost:8080/y3k9m

🎀 Features

{% endblock %}