/run-command

Run ruby test files (or other commands!) quickly in Atom

Primary LanguageCoffeeScriptMIT LicenseMIT

"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:

'Run Command' dialog

Enter a command, enter to run it:

Running rspec spec

ctrl-r, enter, and run it again:

Re-running rspec spec

Put it all together, and you can do this:

I'm available for freelance work!

(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
  • ANSI color codes
  • Resizable output
  • Editor variables ($ATOM_PROJECT for the current project directory, etc.)