Quickrun package
Execute whole/part of editing file. Inspired by vim-quickrun.
Installation
Find from Settings pane or run apm install quickrun
.
Usage
Write code and Ctrl-Cmd-r
then show result on another pane.
Commands
name | description | key binding | selector |
---|---|---|---|
quickrun:execute | execute whole of editing file | ctrl-cmd-r | .editor:not(.mini) |
quickrun:select | execute selected text | - | - |
Supported Languages
- Ruby
- Perl
- Python
TODO
- Configuration, especially custom Languages.
- More flexible Language spec format. (file name, and so on).
- Test, test, test!
Contributing
- Fork it ( http://github.com/Sixeight/atom-quickrun/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- nPush to the branch (git push origin my-new-feature)
- Create new Pull Request