road-runner

Run any context-aware command in Terminal.app

rachel-carvalho

104

0

0.1.0

MIT

GitHub

Road Runner (mac only!)

Run any context-aware command from Atom in Terminal.app using a key shortcut.

Split screen

To use it, open your Atom configuration file and add commands for each source type.

These are configuration examples for Rails with RSpec and Node with Mocha:

config.cson

".ruby.source":
  "road-runner":
    commands:
      all: "rails test"
      file: "rspec {file}"
      line: "rspec {file}:{line}"

".js.source":
  "road-runner":
    commands:
      all: "npm test"
      file: "mocha {file}"

This package was inspired by @moxley's ruby-test atom package and uses @thoughtbot rspec.vim's terminal runners.

Default key bindings

Planned features