2019-08-16 03:29:39 +01:00
|
|
|
# atom
|
|
|
|
|
2019-10-18 04:30:29 +01:00
|
|
|
> 一个跨平台的,可插拔的文本编辑器.
|
|
|
|
> 由 `apm` 管理插件.
|
2019-10-18 03:33:27 +01:00
|
|
|
> 更多信息:<https://atom.io/>.
|
2019-08-16 03:29:39 +01:00
|
|
|
|
2019-10-19 07:12:27 +01:00
|
|
|
- 打开文件或目录:
|
2019-08-16 03:29:39 +01:00
|
|
|
|
|
|
|
`atom {{path/to/file_or_directory}}`
|
|
|
|
|
2019-10-19 07:12:27 +01:00
|
|
|
- 在新窗口中打开文件或目录:
|
2019-08-16 03:29:39 +01:00
|
|
|
|
|
|
|
`atom -n {{path/to/file_or_directory}}`
|
|
|
|
|
2019-10-19 07:12:27 +01:00
|
|
|
- 在已有窗口中打开文件或目录:
|
2019-08-16 03:29:39 +01:00
|
|
|
|
|
|
|
`atom --add {{path/to/file_or_directory}}`
|
|
|
|
|
2019-10-18 03:33:27 +01:00
|
|
|
- 以安全模式启动 Atom (不加载额外插件):
|
2019-08-16 03:29:39 +01:00
|
|
|
|
|
|
|
`atom --safe`
|
|
|
|
|
2019-10-18 03:33:27 +01:00
|
|
|
- 在终端前台运行 Atom:
|
2019-08-16 03:29:39 +01:00
|
|
|
|
|
|
|
`atom --foreground`
|