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

[dependencies]
acpi_client = "1.0.0"
clap = "2.33.0"

[[bin]]
name = "acpitool"
path = "src/main.rs"