Skip to content

Instantly share code, notes, and snippets.

@vseow
Created November 10, 2015 23:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vseow/c29716bb8d4640b4d63e to your computer and use it in GitHub Desktop.
Save vseow/c29716bb8d4640b4d63e to your computer and use it in GitHub Desktop.
Uninstall multiple packages from Atom editor in the command line
apm list -b | grep [KEYWORD] | xargs apm uninstall
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment