Crates.io | tpw |
lib.rs | tpw |
version | |
source | src |
created_at | 2024-12-05 06:46:29.727026 |
updated_at | 2024-12-05 06:46:29.727026 |
description | A macOS command-line tool for monitoring and displaying real-time power usage statistics |
homepage | https://github.com/lzt1008/tpw |
repository | https://github.com/lzt1008/tpw |
max_upload_size | |
id | 1472908 |
Cargo.toml error: | TOML parse error at line 17, column 1 | 17 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
tpw is a lightweight macOS command-line tool for monitoring and displaying real-time power usage statistics
You can install tpw
using Homebrew:
brew tap lzt1008/tpw
brew install tpw
You can install tpw
using Cargo:
cargo install tpw
Usage: tpw [OPTIONS]
Options:
-i, --interval <INTERVAL> Interval in milliseconds [default: 1000]
-h, --help Print help
This project is licensed under the MIT License.