Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/15cm/AMM
Aria2 Menubar Monitor
https://github.com/15cm/AMM
aria2 macos menubar osx swift
Last synced: 3 months ago
JSON representation
Aria2 Menubar Monitor
- Host: GitHub
- URL: https://github.com/15cm/AMM
- Owner: 15cm
- License: gpl-3.0
- Archived: true
- Created: 2017-02-03T04:25:22.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-07-28T00:25:31.000Z (over 5 years ago)
- Last Synced: 2024-06-18T00:40:57.096Z (5 months ago)
- Topics: aria2, macos, menubar, osx, swift
- Language: Swift
- Size: 2.99 MB
- Stars: 306
- Watchers: 11
- Forks: 19
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AMM ![Travis CI](https://travis-ci.org/15cm/AMM.svg?branch=master)
Aria2 Menubar Monitor, a tool to help with monitoring Aria2 Status on the macOS menubar.__The repo is no longer maintained as I don't use macOS as my daily OS anymore. Please consider using [AriaNG](https://github.com/mayswind/AriaNg) instead__
[中文说明](./README_zh.md)
# Features
- Display status of Aria2 server on menubar using Aria2 RPC.
- Multiple Aria2 servers support. Per-server configuration.
- ws/wss(including self-signed certificate) support
- Notifications of task events
- Dark mode
- Control mode for task management
- Association with magnet link# Screenshots
## Light Mode
![Screenshot Light](./screenshots/screenshot.png)## Dark Mode
![Screenshot Dark](./screenshots/screenshot-dark.png)# Prerequisites
OS X 10.10+ or macOS 10.12.x# Download
See [Releases](https://github.com/15cm/AMM/releases)# Test and Build Environment
- macOS Sierra 10.13.2
- Xcode 9.2
- Swift 4.0.3
- carthage 0.27.0# How to build
``` sh
git clone https://github.com/15cm/AMM.git
cd AMM
carthage update --platform mac --no-use-binaries
open AMM.xcodeproj
```Then press Cmd-b in **Xcode** to build **AMM**
# Thanks
- [aria2](https://github.com/aria2/aria2)
- [SwiftyJSON](https://github.com/SwiftyJSON/SwiftyJSON)
- [Starscream](https://github.com/daltoniam/Starscream)
- [SwiftyUserDefaults](https://github.com/radex/SwiftyUserDefaults)
- [Maria](https://github.com/ShinCurry/Maria) (Implementation partial reference)# License
GPL 3.0