atom: Add extra examples

italian
Starbeamrainbowlabs 2018-05-03 16:44:38 +01:00 committed by Agniva De Sarker
parent ccb73597b1
commit 4738e82768
1 changed files with 8 additions and 0 deletions

View File

@ -10,3 +10,11 @@
- Open a file or folder in a new window:
`atom -n {{path/to/file_or_folder}}`
- Open atom in safe mode (does not load any additional packages):
`atom --safe`
- Prevent atom from forking into the background, keeping atom attached to the terminal:
`atom --foreground`