run-command
run-command copied to clipboard
Run ruby test files (or other commands!) quickly in Atom
"Run Command" for Atom
Execute any arbitrary command in Atom. Originally derived from Phil Nash's Ruby Quick Test.
Usage
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)
TODO
- [ ] Show/edit the working directory
- [x] ~~ANSI color codes~~
- [ ] Resizable output
- [ ] Editor variables (
$ATOM_PROJECTfor the current project directory, etc.)