Skip to content

gkrizek/execute

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Execute

Run commands without leaving Atom.

Features:

  • tab autocompletion
  • color output
  • setting the working directory
  • run commands with or without output
  • copy and paste the output

Commands:

Command macOS Shortcut Linux Shortcut Notes
command cmd-ctrl-r shift-ctrl-r execute a terminal command
background cmd-ctrl-b shift-ctrl-b execute a terminal command without displaying output
copy cmd-ctrl-alt-c shift-ctrl-alt-c copy the output of the last command
cwd cmd-ctrl-w shift-ctrl-w set the current working directory
re-run-last-command cmd-ctrl-alt-r shift-ctrl-alt-r run your last executed command again
kill-last-command cmd-ctrl-alt-x shift-ctrl-alt-x terminate the last command you ran
toggle-panel cmd-ctrl-x shift-ctrl-x toggle the output panel

Example

Run tests, installs, or deploys right in Atom

This package is based on run-command and run-command2