Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/darkceptor44/trackers-gui
GUI to get public trackers made in Rust
https://github.com/darkceptor44/trackers-gui
rust rust-lang tauri
Last synced: 23 days ago
JSON representation
GUI to get public trackers made in Rust
- Host: GitHub
- URL: https://github.com/darkceptor44/trackers-gui
- Owner: DarkCeptor44
- License: mit
- Created: 2024-07-20T03:18:05.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-07-20T03:22:55.000Z (6 months ago)
- Last Synced: 2024-10-31T03:42:18.330Z (2 months ago)
- Topics: rust, rust-lang, tauri
- Language: CSS
- Homepage:
- Size: 206 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TrackersGUI
[![madewith](https://forthebadge.com/images/badges/made-with-rust.svg)](https://forthebadge.com)
A GUI to get public trackers list from [ngosang/trackerslist](https://github.com/ngosang/trackerslist). Port of [PublicTrackersGUI](https://github.com/DarkCeptor44/PublicTrackersGUI) to Rust.
![screen1](assets/screen1.png)
## Installation
You can either get a binary from [Releases](https://github.com/DarkCeptor44/trackers-gui/releases) or setup [Rust](https://rustup.rs/), [Tauri](https://tauri.app/) and build it yourself:
```bash
git clone https://github.com/DarkCeptor44/trackers-gui
cd trackers-gui
cargo tauri build
```You will find the binary in `src-tauri\target\release` and two bundles in `src-tauri\target\release\bundle`.
## License
This project is licensed under the MIT License, see the [LICENSE](LICENSE) file.