Show Menu
Cheatography

Frequently Used Cheat Sheet (DRAFT) by

Keyboard Shortcuts for apps and programs & frequently use.

This is a draft cheat sheet. It is a work in progress and is not finished yet.

MAC APP STORE CLI

Command
Function
mas list
Show all installed apps and their product identi­fiers
mas outdated
List apps w/ pending updates
mas upgrade
Install all pending updates
mas upgrade [app ID]
Update a specific app
mas search [app name]
Search for apps by name
mas search [app name] --price
Search for apps by name and w/ price
mas install [app ID]
Install or update an app
Install
brew install mas


mas-cli on Github
 

HOMEBREW

Command
Function
brew update
Update homebrew
brew install [name]
Install an app
brew list
List all apps installed using brew
brew uninstall [name]
Uninstall an app
brew search [name]
Search for an app
brew autoremove
Uninstall formulae that were only installed as a dependency of another formula and are now no longer needed
Defini­tions
- formula cli applic­ation
- cask native macOS applic­ation

Install
/bin/bash -c "­$(curl -fsSL 
" target="_blank">https:­//r­aw.g­it­hub­use­rco­nte­nt.c­om­/Ho­meb­rew­/in­sta­ll/­HEA­D/i­nst­all.sh­)"`

Homebrew Website