Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/CurtisTarr/mai
MAI (Mac Activity Indicator) is a menu bar application to show activity stats like CPU and RAM usage.
https://github.com/CurtisTarr/mai
macos utility
Last synced: 27 days ago
JSON representation
MAI (Mac Activity Indicator) is a menu bar application to show activity stats like CPU and RAM usage.
- Host: GitHub
- URL: https://github.com/CurtisTarr/mai
- Owner: CurtisTarr
- License: mit
- Created: 2022-04-18T18:56:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-01T23:14:26.000Z (over 2 years ago)
- Last Synced: 2024-07-29T05:29:05.694Z (5 months ago)
- Topics: macos, utility
- Language: Rust
- Homepage:
- Size: 622 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- Mac-Menubar-Megalist - Mac Activity Indicator
README
# MAI
MAI (Mac Activity Indicator) is a menu bar application to show activity stats like CPU and RAM usage.
![Demo](./resources/demo.gif)
## Requirements
The only requirements for this project are `Rust` and `Cargo`.
Both can be installed with `Rustup`: https://www.rust-lang.org/tools/install## Commands
- `cargo run` - Runs the app
- `cargo test` - Runs all tests
- `cargo build` - Builds app in `target/debug`
- `cargo build --release` - Builds app in `target/release`## Building and Installing `MAI.app` Bundle
To build the `MAI.app` bundle, navigate to the project directory in your terminal and run `./bundle-release.sh`.
This will create the `MAI.app` bundle in `target/release/bundle`.
To install it, move `MAI.app` to your `Applications` folder in your Mac.