mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-15 00:34:08 +09:00
v0.0.1
This commit is contained in:
42
README.md
42
README.md
@@ -1,19 +1,41 @@
|
|||||||
# mini-stats
|
# Stats
|
||||||
App that shows CPU, Memory and Disk usage on the menu bar
|
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
|
## 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
|
## Todo
|
||||||
- [ ] move to module system (CPU, RAM, DISK)
|
- [ ] temperature module
|
||||||
- [ ] add network module
|
- [ ] battery module
|
||||||
- [ ] save settings
|
- [X] move to module system (CPU, RAM, DISK)
|
||||||
- [ ] add tests
|
- [ ] network module
|
||||||
|
- [X] save settings
|
||||||
|
- [ ] tests
|
||||||
- [ ] OTA updates
|
- [ ] OTA updates
|
||||||
- [ ] charts
|
- [ ] charts
|
||||||
- [ ] autostart on boot
|
- [X] autostart on boot
|
||||||
|
|
||||||
|
## What's new
|
||||||
|
|
||||||
|
### v0.0.1
|
||||||
|
- first release
|
||||||
|
|
||||||
## License
|
## 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;
|
CODE_SIGN_STYLE = Automatic;
|
||||||
COMBINE_HIDPI_IMAGES = YES;
|
COMBINE_HIDPI_IMAGES = YES;
|
||||||
DEVELOPMENT_TEAM = RP2S87B72W;
|
DEVELOPMENT_TEAM = RP2S87B72W;
|
||||||
|
ENABLE_HARDENED_RUNTIME = YES;
|
||||||
INFOPLIST_FILE = "$(SRCROOT)/Stats/Supporting Files/Info.plist";
|
INFOPLIST_FILE = "$(SRCROOT)/Stats/Supporting Files/Info.plist";
|
||||||
LD_RUNPATH_SEARCH_PATHS = (
|
LD_RUNPATH_SEARCH_PATHS = (
|
||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
@@ -510,6 +511,7 @@
|
|||||||
CODE_SIGN_STYLE = Automatic;
|
CODE_SIGN_STYLE = Automatic;
|
||||||
COMBINE_HIDPI_IMAGES = YES;
|
COMBINE_HIDPI_IMAGES = YES;
|
||||||
DEVELOPMENT_TEAM = RP2S87B72W;
|
DEVELOPMENT_TEAM = RP2S87B72W;
|
||||||
|
ENABLE_HARDENED_RUNTIME = YES;
|
||||||
INFOPLIST_FILE = "$(SRCROOT)/Stats/Supporting Files/Info.plist";
|
INFOPLIST_FILE = "$(SRCROOT)/Stats/Supporting Files/Info.plist";
|
||||||
LD_RUNPATH_SEARCH_PATHS = (
|
LD_RUNPATH_SEARCH_PATHS = (
|
||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
@@ -531,6 +533,7 @@
|
|||||||
COMBINE_HIDPI_IMAGES = YES;
|
COMBINE_HIDPI_IMAGES = YES;
|
||||||
COPY_PHASE_STRIP = NO;
|
COPY_PHASE_STRIP = NO;
|
||||||
DEVELOPMENT_TEAM = RP2S87B72W;
|
DEVELOPMENT_TEAM = RP2S87B72W;
|
||||||
|
ENABLE_HARDENED_RUNTIME = YES;
|
||||||
INFOPLIST_FILE = StatsLauncher/Info.plist;
|
INFOPLIST_FILE = StatsLauncher/Info.plist;
|
||||||
LD_RUNPATH_SEARCH_PATHS = (
|
LD_RUNPATH_SEARCH_PATHS = (
|
||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
@@ -553,6 +556,7 @@
|
|||||||
COMBINE_HIDPI_IMAGES = YES;
|
COMBINE_HIDPI_IMAGES = YES;
|
||||||
COPY_PHASE_STRIP = NO;
|
COPY_PHASE_STRIP = NO;
|
||||||
DEVELOPMENT_TEAM = RP2S87B72W;
|
DEVELOPMENT_TEAM = RP2S87B72W;
|
||||||
|
ENABLE_HARDENED_RUNTIME = YES;
|
||||||
INFOPLIST_FILE = StatsLauncher/Info.plist;
|
INFOPLIST_FILE = StatsLauncher/Info.plist;
|
||||||
LD_RUNPATH_SEARCH_PATHS = (
|
LD_RUNPATH_SEARCH_PATHS = (
|
||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
|
|||||||
@@ -17,9 +17,9 @@
|
|||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>APPL</string>
|
<string>APPL</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>1.0</string>
|
<string>0.0.1</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>11</string>
|
<string>1</string>
|
||||||
<key>LSApplicationCategoryType</key>
|
<key>LSApplicationCategoryType</key>
|
||||||
<string>public.app-category.utilities</string>
|
<string>public.app-category.utilities</string>
|
||||||
<key>LSMinimumSystemVersion</key>
|
<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