shlink-manager/README.md

50 lines
1.7 KiB
Markdown
Raw Normal View History

2023-10-21 20:50:52 +02:00
<div align="center">
<img src="https://raw.githubusercontent.com/rainloreley/shlink-manager/main/assets/icon/icon.png" alt="Shlink Manager logo" width="100px" style="border-radius: 50%"/>
2023-07-10 20:01:48 +02:00
# Shlink Manager
2023-06-26 23:40:05 +02:00
2023-10-21 20:50:52 +02:00
</div>
Shlink Manager is an app for Android to see and manage all shortened URLs created with [Shlink](https://shlink.io/)
<a href="https://play.google.com/store/apps/details?id=dev.abmgrt.shlink_app" target="_blank">
<img src="https://raw.githubusercontent.com/steverichey/google-play-badge-svg/master/img/en_get.svg" alt="Play Store download" width="30%"/>
</a>
2023-06-26 23:40:05 +02:00
2024-04-01 19:46:01 +02:00
[![Codemagic build status](https://api.codemagic.io/apps/66096ec96d57699debb805f8/66096ec96d57699debb805f7/status_badge.svg)](https://codemagic.io/apps/66096ec96d57699debb805f8/66096ec96d57699debb805f7/latest_build)
2023-10-21 20:50:52 +02:00
## 📱 Current Features
2023-07-10 20:01:48 +02:00
✅ List all short URLs<br/>
2024-07-25 19:11:24 +02:00
✅ Create, edit and delete short URLs<br/>
2023-07-10 20:01:48 +02:00
✅ See overall statistics<br/>
✅ Detailed statistics for each short URL<br/>
2024-07-25 19:11:24 +02:00
✅ Display tags & QR code<br/>
2023-07-10 20:01:48 +02:00
✅ Dark mode support<br/>
2024-03-31 21:55:27 +02:00
✅ Quickly create Short URL via Share Sheet<br/>
2024-07-25 17:39:42 +02:00
✅ View rule-based redirects (no editing yet)<br/>
2024-07-25 19:11:24 +02:00
✅ Use multiple Shlink instances<br/>
2023-07-10 20:01:48 +02:00
2023-10-21 20:50:52 +02:00
## 🔨 To Do
2023-07-10 20:01:48 +02:00
- [ ] Add support for iOS (maybe in the future)
- [ ] add tags
- [ ] improve app icon
2024-01-28 22:55:28 +01:00
- [ ] Refactor code
2023-07-10 20:01:48 +02:00
- [ ] ...and more
2023-10-21 20:53:16 +02:00
## 💻 Development
2023-10-21 20:50:52 +02:00
First make sure you've installed [Flutter](https://flutter.dev/) and the necessary tools to build for Android/iOS (Android Studio/Xcode).
```bash
$ git clone https://github.com/rainloreley/shlink-manager.git
$ cd shlink-manager
$ flutter pub get
$ flutter run
```
2023-10-21 20:53:16 +02:00
## 📄 License
2023-07-10 20:01:48 +02:00
2023-10-21 20:50:52 +02:00
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details