Skip to content

whoopsmith/batstat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

batstat

CLI battery status for linux

Features

  • Current battery level
  • Current Energy
  • Full charge energy
  • Time elapsed from the start of the program, without tracking the sleep time of the machine
  • Battery level history

Screenshot from application

Install

$ sudo make install

Limitations

  • Only 1 battery supported
  • Gathers data only from /sys/class/power_supply/ If your machine contains the battery information in a different folder, this program will not work.

Dependencies

  • ncurses C++ library

Compilation command

$ make

About

CLI battery status for linux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 94.5%
  • Makefile 5.5%