mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-01 14:42:29 +00:00
30 lines
441 B
Plaintext
30 lines
441 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, osx]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# m
|
|
|
|
> Swiss Army Knife for macOS.
|
|
> More information: <https://github.com/rgcr/m-cli>.
|
|
|
|
- Get the battery status:
|
|
|
|
`m battery status`
|
|
|
|
- Turn off Bluetooth:
|
|
|
|
`m bluetooth off`
|
|
|
|
- List available filesystems for formatting:
|
|
|
|
`m disk filesystems`
|
|
|
|
- Enable Dock's auto hide feature:
|
|
|
|
`m dock autohide YES`
|
|
|
|
- Disable the firewall:
|
|
|
|
`m firewall disable`
|