1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 21:44:58 +02:00

Merge pull request #714 from oxguy3/atom

Add atom
This commit is contained in:
Igor Shubovych 2016-01-25 11:43:43 +02:00
commit 9cd44a9de0

11
pages/common/atom.md Normal file
View file

@ -0,0 +1,11 @@
# atom
> A cross-platform text editor.
- 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}}`