Execute any arbitrary command in Atom. Originally derived from Phil Nash's Ruby Quick Test.
ctrl-r to open up this:
Enter a command, enter to run it:
ctrl-r, enter, and run it again:
Put it all together, and you can do this:
(You can also toggle the command output with cmd-ctrl-x, or kill the last command with cmd-ctrl-alt-x)
- Show/edit the working directory
-
ANSI color codes - Resizable output
- Editor variables (
$ATOM_PROJECTfor the current project directory, etc.)