Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.06 KB

README.md

File metadata and controls

28 lines (17 loc) · 1.06 KB

"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.)