How to Get Mac Battery Level from Command Line

I’m a big fan of having as much information as I can get within the command line. I couldn’t go without knowing which git branch I’m on, for example. Another important piece of information I like having is my current battery percentage. To get the current battery level from command line, you can run: pmset […]

The post How to Get Mac Battery Level from Command Line appeared first on David Walsh Blog.


This content originally appeared on David Walsh Blog and was authored by David Walsh

I’m a big fan of having as much information as I can get within the command line. I couldn’t go without knowing which git branch I’m on, for example. Another important piece of information I like having is my current battery percentage.

To get the current battery level from command line, you can run:

pmset -g batt | grep -Eo "\d+%"

Since I get lost in command line for hours at a time, having the percentage present saves me the labor of shifting my eyes outside of shell. What information do you like having in your command line?

The post How to Get Mac Battery Level from Command Line appeared first on David Walsh Blog.


This content originally appeared on David Walsh Blog and was authored by David Walsh


Print Share Comment Cite Upload Translate Updates
APA

David Walsh | Sciencx (2023-04-10T17:09:59+00:00) How to Get Mac Battery Level from Command Line. Retrieved from https://www.scien.cx/2023/04/10/how-to-get-mac-battery-level-from-command-line/

MLA
" » How to Get Mac Battery Level from Command Line." David Walsh | Sciencx - Monday April 10, 2023, https://www.scien.cx/2023/04/10/how-to-get-mac-battery-level-from-command-line/
HARVARD
David Walsh | Sciencx Monday April 10, 2023 » How to Get Mac Battery Level from Command Line., viewed ,<https://www.scien.cx/2023/04/10/how-to-get-mac-battery-level-from-command-line/>
VANCOUVER
David Walsh | Sciencx - » How to Get Mac Battery Level from Command Line. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2023/04/10/how-to-get-mac-battery-level-from-command-line/
CHICAGO
" » How to Get Mac Battery Level from Command Line." David Walsh | Sciencx - Accessed . https://www.scien.cx/2023/04/10/how-to-get-mac-battery-level-from-command-line/
IEEE
" » How to Get Mac Battery Level from Command Line." David Walsh | Sciencx [Online]. Available: https://www.scien.cx/2023/04/10/how-to-get-mac-battery-level-from-command-line/. [Accessed: ]
rf:citation
» How to Get Mac Battery Level from Command Line | David Walsh | Sciencx | https://www.scien.cx/2023/04/10/how-to-get-mac-battery-level-from-command-line/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.