"Run Command" for Atom

Fork of https://github.com/kylewlacy/run-command Execute any arbitrary command in Atom. Derived from Phil Nash's Ruby Quick Test.

Run Any command!

Grunt

'Run Command' dialog

Color Support

'Run Command' dialog

Bash Completion

Integrated with compgen to give you tab autocompletion.

'Run Command' dialog

Hit tab and you'll get the largest substring filled in for you. 'Run Command' dialog

Usage

Make sure you have ~/.bashrc setup so your path works properly

Smack ctrl-r to open up this:

'Run Command' dialog

Enter a command, and whack enter to run it:

Running `rake spec`

Clack down cmd-ctrl-r to run it again:

Re-running `rake spec`

Together, these let you do this:

Bernhardt-style TDD

(You can also toggle the command output with cmd-ctrl-x, or kill the last command with cmd-ctrl-alt-x)

TODO

  • ANSI color codes
  • Setting the working directory
  • Tab autocompletion
  • Copy paste from output
  • Resizable output
  • Editor variables (such as $ATOM_PROJECT for the current project directory)

Built With

Share this project:

Updates