Linux command
atom 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Open
atom
Example
atom [file.txt]
Example
atom [project/]
Example
atom --package [package-name]
Wait
atom --wait [file.txt]
说明
Atom was a hackable text editor developed by GitHub, built on Electron. It featured extensive customization through packages, themes, and a built-in package manager. The editor emphasized community packages and Git integration.
参数
- -n, --new-window
- Open in new window
- -a, --add
- Add to current window
- -w, --wait
- Wait for window to close
- --dev
- Run in development mode
- --safe
- Disable all packages
- --package _name_
- Run with package loaded
- --clear-window-state
- Reset window state
FAQ
What is the atom command used for?
Atom was a hackable text editor developed by GitHub, built on Electron. It featured extensive customization through packages, themes, and a built-in package manager. The editor emphasized community packages and Git integration.
How do I run a basic atom example?
Run `atom` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -n, --new-window do in atom?
Open in new window