Files
cheatsheet-tldr/osx/m
2024-02-21 11:19:49 +00:00

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`