mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 00:04:15 +09:00
v0.0.1
This commit is contained in:
42
README.md
42
README.md
@@ -1,19 +1,41 @@
|
||||
# mini-stats
|
||||
App that shows CPU, Memory and Disk usage on the menu bar
|
||||
# Stats
|
||||
Application for macos that shows CPU, Memory and Disk usage on the menu bar
|
||||
|
||||
[<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/download/latests/Stats.dmg)
|
||||
|
||||
## Installation
|
||||
You can download latest version [here](https://github.com/exelban/mini-stats/releases).
|
||||
You can download latest version [here](https://github.com/exelban/stats/releases).
|
||||
|
||||
## Usage
|
||||
## Widgets
|
||||
Each widget can be disabled in menu.
|
||||
|
||||
| Name | Type | Description |
|
||||
| --- | --- | --- |
|
||||
| **CPU** | Percentage | Shows CPU usage |
|
||||
| **Memory** | Percentage | Shows RAM usage |
|
||||
| **Disk** | Percentage | Shows disk filling |
|
||||
|
||||
## Compatibility
|
||||
| macOS | Compatible |
|
||||
| --- | --- |
|
||||
| 10.13.6 *(High Sierra)* | **true** |
|
||||
| 10.14.1 *(Mojave)* | **true** |
|
||||
|
||||
## Todo
|
||||
- [ ] move to module system (CPU, RAM, DISK)
|
||||
- [ ] add network module
|
||||
- [ ] save settings
|
||||
- [ ] add tests
|
||||
- [ ] temperature module
|
||||
- [ ] battery module
|
||||
- [X] move to module system (CPU, RAM, DISK)
|
||||
- [ ] network module
|
||||
- [X] save settings
|
||||
- [ ] tests
|
||||
- [ ] OTA updates
|
||||
- [ ] charts
|
||||
- [ ] autostart on boot
|
||||
- [X] autostart on boot
|
||||
|
||||
## What's new
|
||||
|
||||
### v0.0.1
|
||||
- first release
|
||||
|
||||
## License
|
||||
[GNU General Public License](https://github.com/exelban/mini-stats/blob/master/LICENSE)
|
||||
[GNU General Public License](https://github.com/exelban/stats/blob/master/LICENSE)
|
||||
|
||||
@@ -489,6 +489,7 @@
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
COMBINE_HIDPI_IMAGES = YES;
|
||||
DEVELOPMENT_TEAM = RP2S87B72W;
|
||||
ENABLE_HARDENED_RUNTIME = YES;
|
||||
INFOPLIST_FILE = "$(SRCROOT)/Stats/Supporting Files/Info.plist";
|
||||
LD_RUNPATH_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
@@ -510,6 +511,7 @@
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
COMBINE_HIDPI_IMAGES = YES;
|
||||
DEVELOPMENT_TEAM = RP2S87B72W;
|
||||
ENABLE_HARDENED_RUNTIME = YES;
|
||||
INFOPLIST_FILE = "$(SRCROOT)/Stats/Supporting Files/Info.plist";
|
||||
LD_RUNPATH_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
@@ -531,6 +533,7 @@
|
||||
COMBINE_HIDPI_IMAGES = YES;
|
||||
COPY_PHASE_STRIP = NO;
|
||||
DEVELOPMENT_TEAM = RP2S87B72W;
|
||||
ENABLE_HARDENED_RUNTIME = YES;
|
||||
INFOPLIST_FILE = StatsLauncher/Info.plist;
|
||||
LD_RUNPATH_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
@@ -553,6 +556,7 @@
|
||||
COMBINE_HIDPI_IMAGES = YES;
|
||||
COPY_PHASE_STRIP = NO;
|
||||
DEVELOPMENT_TEAM = RP2S87B72W;
|
||||
ENABLE_HARDENED_RUNTIME = YES;
|
||||
INFOPLIST_FILE = StatsLauncher/Info.plist;
|
||||
LD_RUNPATH_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
|
||||
@@ -17,9 +17,9 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.0</string>
|
||||
<string>0.0.1</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>11</string>
|
||||
<string>1</string>
|
||||
<key>LSApplicationCategoryType</key>
|
||||
<string>public.app-category.utilities</string>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
|
||||
BIN
icon/widgets.psd
Normal file
BIN
icon/widgets.psd
Normal file
Binary file not shown.
Reference in New Issue
Block a user