mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 11:24:56 +02:00
12 lines
223 B
Markdown
12 lines
223 B
Markdown
# atom
|
|
|
|
> A cross-platform pluggable text editor.
|
|
> Plugins are managed by `apm`.
|
|
|
|
- Open a file or folder:
|
|
|
|
`atom {{path/to/file/or/folder}}`
|
|
|
|
- Open a file or folder in a new window:
|
|
|
|
`atom -n {{path/to/file/or/folder}}`
|