# batstat **Repository Path**: myfry/batstat ## Basic Information - **Project Name**: batstat - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-09 - **Last Updated**: 2024-03-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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](example.png) # Install ```sh $ 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 ```sh $ make ```