Skip to content

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

License

Notifications You must be signed in to change notification settings

kylewlacy/run-command

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CoffeeScript 92.3%
  • CSS 7.7%