Forrest logo
back to context overview

atom

List of commands for atom:

  • atom:tldr:265a6 atom: Open a file or directory in an existing window.
    $ atom --add ${filename_or_directory}
    try on your machine
    explain this command
  • atom:tldr:2ce23 atom: Open a file or directory.
    $ atom ${filename_or_directory}
    try on your machine
    explain this command
  • atom:tldr:49424 atom: Open a file or directory in a new window.
    $ atom -n ${filename_or_directory}
    try on your machine
    explain this command
  • atom:tldr:54027 atom: Wait for Atom window to close before returning (useful for Git commit editor).
    $ atom --wait
    try on your machine
    explain this command
  • atom:tldr:7a48a atom: Prevent Atom from forking into the background, keeping Atom attached to the terminal.
    $ atom --foreground
    try on your machine
    explain this command
  • atom:tldr:b2907 atom: Open Atom in safe mode (does not load any additional packages).
    $ atom --safe
    try on your machine
    explain this command
back to context overview