Files
tldr/pages.zh/common/atom.md
Jin 67166ff0e7 common/a~g*:fix outdated Chinese pages (#14690)
* common/a~g*:fix outdated Chinese pages

* Update airmon-ng.md

* Update aria2c.md

* update chown

* Update ansible-playbook.md

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2024-11-27 03:20:32 -08:00

31 lines
685 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` 管理。
> 注意Atom 已经停止更新并且不再积极维护。
> 更多信息:<https://atom.io/>.
- 打开文件或目录:
`atom {{路径/到/文件或目录}}`
- 在新窗口中打开文件或目录:
`atom -n {{路径/到/文件或目录}}`
- 在已有窗口中打开文件或目录:
`atom --add {{路径/到/文件或目录}}`
- 以安全模式启动 Atom不加载额外插件
`atom --safe`
- 阻止 Atom 分叉到后台,保持 Atom 与终端连接:
`atom --foreground`
- 等待 Atom 窗口关闭后再返回(对于 Git 提交编辑器很有用):
`atom --wait`