shlink-manager/README.md
2024-04-01 19:46:01 +02:00

1.7 KiB

Shlink Manager logo

Shlink Manager

Shlink Manager is an app for Android to see and manage all shortened URLs created with Shlink

Play Store download

Codemagic build status

📱 Current Features

List all short URLs
Create new short URLs
Delete short URLs
See overall statistics
Detailed statistics for each short URL
Display tags
Display QR code
Dark mode support
Edit existing short URLs
Quickly create Short URL via Share Sheet

🔨 To Do

  • Add support for iOS (maybe in the future)
  • add tags
  • Add dynamic rule-based redirects system (Shlink v4.0.0)
  • improve app icon
  • Refactor code
  • ...and more

💻 Development

First make sure you've installed Flutter and the necessary tools to build for Android/iOS (Android Studio/Xcode).

$ git clone https://github.com/rainloreley/shlink-manager.git
$ cd shlink-manager
$ flutter pub get
$ flutter run

📄 License

This project is licensed under the MIT License - see the LICENSE file for details