mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-15 05:15:41 +02:00
m: add page (#2473)
This commit is contained in:
parent
ada2c2f364
commit
350d11761d
1 changed files with 23 additions and 0 deletions
23
pages/osx/m.md
Normal file
23
pages/osx/m.md
Normal file
|
@ -0,0 +1,23 @@
|
|||
# m
|
||||
|
||||
> Swiss Army Knife for macOS.
|
||||
|
||||
- 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`
|
Loading…
Add table
Reference in a new issue