1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 01:02:09 +02:00

atom: add page

This commit is contained in:
Hayden Schiff 2016-01-21 23:37:14 -05:00
parent f38c34f484
commit c9afa270ef

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

@ -0,0 +1,11 @@
# atom
> A hackable text editor for the 21st century.
- 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}}`