tldr/pages/common/atom.md

25 lines
504 B
Markdown
Raw Normal View History

2016-01-22 04:37:14 +00:00
# atom
2016-02-25 20:11:24 +00:00
> A cross-platform pluggable text editor.
> Plugins are managed by `apm`.
2016-01-22 04:37:14 +00:00
- Open a file or folder:
`atom {{path/to/file_or_folder}}`
2016-01-22 04:37:14 +00:00
- Open a file or folder in a new window:
`atom -n {{path/to/file_or_folder}}`
2018-05-03 16:44:38 +01:00
2018-07-24 10:38:29 +01:00
- Open a file or folder in an existing window:
2018-07-24 10:51:48 +01:00
`atom --add {{path/to/file_or_folder}}`
2018-07-24 10:38:29 +01:00
2018-05-03 16:44:38 +01:00
- 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`