Files
tldr/pages.zh/common/atom.md
2022-03-27 02:25:15 -03:00

26 lines
496 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# atom
> 一个跨平台的,可插拔的文本编辑器。
> 由 `apm` 管理插件。
> 更多信息:<https://atom.io/>.
- 打开文件或目录:
`atom {{path/to/file_or_directory}}`
- 在新窗口中打开文件或目录:
`atom -n {{path/to/file_or_directory}}`
- 在已有窗口中打开文件或目录:
`atom --add {{path/to/file_or_directory}}`
- 以安全模式启动 Atom不加载额外插件
`atom --safe`
- 在终端前台运行 Atom
`atom --foreground`