Files
macos-stats/README.md

62 lines
1.5 KiB
Markdown
Raw Normal View History

2019-06-01 19:47:33 +02:00
# Stats
Application for macos that shows CPU, Memory and Disk usage on the menu bar
2019-06-10 18:09:21 +02:00
[<img src="https://serhiy.s3.eu-central-1.amazonaws.com/Github_repo/stats/widgets%3Fv1.0.0.png" width="500">](https://github.com/exelban/stats/releases)
2019-05-29 21:42:10 +02:00
2019-06-15 12:45:32 +02:00
## Why
Stats is a free application which allows you to monitor your system.
Also its:
- free
- easy to use
- no advertisement
- no tracking
- few types of widgets
2019-06-17 00:22:46 +02:00
- black theme compatible
2019-06-15 12:45:32 +02:00
2019-05-29 21:42:10 +02:00
## Installation
2019-06-01 19:47:33 +02:00
You can download latest version [here](https://github.com/exelban/stats/releases).
## Widgets
Each widget can be disabled in menu.
| Name | Type | Description |
| --- | --- | --- |
2019-06-15 12:45:32 +02:00
| **CPU** | Percentage / Chart | Shows CPU usage |
| **Memory** | Percentage / Chart | Shows RAM usage |
2019-06-01 19:47:33 +02:00
| **Disk** | Percentage | Shows disk filling |
2019-06-17 00:22:46 +02:00
| **Battery** | Graphic | Shows battery level |
2019-05-29 21:42:10 +02:00
2019-06-01 19:47:33 +02:00
## Compatibility
| macOS | Compatible |
| --- | --- |
| 10.13.6 *(High Sierra)* | **true** |
| 10.14.1 *(Mojave)* | **true** |
2019-05-29 21:42:10 +02:00
## Todo
2019-06-17 00:22:46 +02:00
- [ ] Create new logo
- [ ] Window with preferences
- [ ] Save last modules values
- [ ] Colors toggle for each module
2019-06-01 19:47:33 +02:00
- [ ] temperature module
2019-06-17 00:22:46 +02:00
- [X] battery module
2019-06-01 19:47:33 +02:00
- [X] move to module system (CPU, RAM, DISK)
- [ ] network module
- [X] save settings
2019-05-29 21:42:10 +02:00
- [ ] OTA updates
2019-06-15 12:45:32 +02:00
- [X] charts
2019-06-01 19:47:33 +02:00
- [X] autostart on boot
## What's new
2019-06-17 00:22:46 +02:00
### v1.1.0
- added battery module
- added chart widget for CPU and Memory
- added About Stats window
2019-06-10 17:59:40 +02:00
### v1.0.0
2019-06-01 19:47:33 +02:00
- first release
2019-05-29 21:42:10 +02:00
## License
2019-06-01 19:47:33 +02:00
[GNU General Public License](https://github.com/exelban/stats/blob/master/LICENSE)