
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 machineexplain this command
-
atom:tldr:2ce23 atom: Open a file or directory.$ atom ${filename_or_directory}try on your machineexplain this command
-
atom:tldr:49424 atom: Open a file or directory in a new window.$ atom -n ${filename_or_directory}try on your machineexplain this command
-
atom:tldr:54027 atom: Wait for Atom window to close before returning (useful for Git commit editor).$ atom --waittry on your machineexplain this command
-
atom:tldr:7a48a atom: Prevent Atom from forking into the background, keeping Atom attached to the terminal.$ atom --foregroundtry on your machineexplain this command
-
atom:tldr:b2907 atom: Open Atom in safe mode (does not load any additional packages).$ atom --safetry on your machineexplain this command