acpitool 1.0.0

Shows information from the /proc filesystem such as battery status or thermal information.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[[bin]]
name = "acpitool"
path = "src/main.rs"

[dependencies.acpi_client]
version = "1.0.0"

[dependencies.clap]
version = "2.33.0"

[package]
authors = ["ssnover95 <ssnover95@gmail.com>"]
description = "Shows information from the /proc filesystem such as battery status or thermal information."
edition = "2018"
license = "MIT"
name = "acpitool"
repository = "https://github.com/ssnover95/acpitool"
version = "1.0.0"