Forrest logo
back to context overview

pmset

List of commands for pmset:

  • pmset:ai:251a4 Sets the battery charge threshold to 80% on MacOS.
    $ pmset -b 80
    try on your machine
    explain this command
  • pmset:ai:c9b06 Print battery power management settings
    $ pmset -b
    try on your machine
    explain this command
  • pmset:ai:d9434 Sets the low battery level to 10% using the 'pmset' command in macOS.
    $ pmset -b crit 10
    try on your machine
    explain this command
  • pmset:tldr:0b780 pmset: Set display to never sleep when on charger power.
    $ sudo pmset -c displaysleep 0
    try on your machine
    explain this command
  • pmset:tldr:0c74b pmset: Set display to sleep after 15 minutes when on battery power.
    $ sudo pmset -b displaysleep 15
    try on your machine
    explain this command
  • pmset:tldr:2de5e pmset: Display the current power source and battery levels.
    $ pmset -g batt
    try on your machine
    explain this command
  • pmset:tldr:65dd0 pmset: Schedule computer to automatically wake up every weekday at 9 AM.
    $ sudo pmset repeat wake MTWRF 09:00:00
    try on your machine
    explain this command
  • pmset:tldr:7cbaf pmset: Restore to system defaults.
    $ sudo pmset -a displaysleep 10 disksleep 10 sleep 30 womp 1
    try on your machine
    explain this command
  • pmset:tldr:bfe34 pmset: Put display to sleep immediately.
    $ pmset displaysleepnow
    try on your machine
    explain this command
  • pmset:tldr:e0581 pmset: Display the current power management settings.
    $ pmset -g
    try on your machine
    explain this command
back to context overview