Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
battery ABOUT: Command line tool showing battery status on laptops using linux and possibly other unix flavors. REQUIREMENTS: kernel with sysfs and acpi support (most linux kernels will do) COMPILATION: mkdir build cd build cmake .. make (optional) make install (as root)