Skip to content

Execute whole/part of editing file. Inspired by vim-quickrun.

License

Notifications You must be signed in to change notification settings

Sixeight/atom-quickrun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

THIS PACKAGE is NOT MATCH MAINTENANCE

Strongly recommended to use script: https://atom.io/packages/script

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.

usage

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

  1. Fork it ( http://github.com/Sixeight/atom-quickrun/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

Execute whole/part of editing file. Inspired by vim-quickrun.

Resources

License

Stars

Watchers

Forks

Packages