SublimeREPL
SublimeREPL - run an interpreter inside ST2 (Clojure, CoffeeScript, F#, Groovy, Haskell, Lua, MozRepl, NodeJS, Python + virtualenv, R, Ruby, Scala...)
Details
Installs
- Total 1.44M
- Win 1.07M
- Mac 208K
- Linux 156K
Oct 8 | Oct 7 | Oct 6 | Oct 5 | Oct 4 | Oct 3 | Oct 2 | Oct 1 | Sep 30 | Sep 29 | Sep 28 | Sep 27 | Sep 26 | Sep 25 | Sep 24 | Sep 23 | Sep 22 | Sep 21 | Sep 20 | Sep 19 | Sep 18 | Sep 17 | Sep 16 | Sep 15 | Sep 14 | Sep 13 | Sep 12 | Sep 11 | Sep 10 | Sep 9 | Sep 8 | Sep 7 | Sep 6 | Sep 5 | Sep 4 | Sep 3 | Sep 2 | Sep 1 | Aug 31 | Aug 30 | Aug 29 | Aug 28 | Aug 27 | Aug 26 | Aug 25 | Aug 24 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 20 | 110 | 77 | 85 | 113 | 125 | 84 | 93 | 131 | 97 | 85 | 118 | 164 | 219 | 154 | 192 | 103 | 109 | 124 | 196 | 156 | 111 | 101 | 91 | 121 | 145 | 259 | 132 | 174 | 197 | 100 | 84 | 101 | 149 | 140 | 142 | 182 | 91 | 94 | 84 | 97 | 123 | 136 | 102 | 98 | 109 |
Mac | 0 | 5 | 7 | 10 | 11 | 10 | 15 | 7 | 8 | 12 | 6 | 16 | 8 | 12 | 11 | 12 | 10 | 7 | 8 | 4 | 11 | 13 | 10 | 6 | 8 | 8 | 17 | 11 | 13 | 12 | 10 | 8 | 10 | 13 | 11 | 11 | 12 | 6 | 8 | 3 | 11 | 17 | 9 | 12 | 10 | 13 |
Linux | 2 | 7 | 7 | 10 | 9 | 10 | 9 | 11 | 6 | 6 | 10 | 11 | 13 | 5 | 15 | 14 | 6 | 11 | 11 | 13 | 12 | 9 | 12 | 4 | 6 | 11 | 9 | 18 | 13 | 10 | 11 | 12 | 8 | 11 | 7 | 8 | 12 | 4 | 5 | 7 | 7 | 9 | 5 | 13 | 10 | 8 |
Readme
- Source
- raw.githubusercontent.com
SublimeREPL for SublimeText (2 and 3)
If you would like to donate to support SublimeREPL development, you can do so using GitTip or PayPal. Someone willing to take care of documentation would also be very welcome :-)
Features
Common
- Run an interpreter (REPL) inside SublimeText2 view/tab.
- Per-language persistent REPL history.
- Easily evaluate code in the running REPL
- Replace your current build system, and use stdin in your programs.
- Rich configuration with platform specific settings, project/file dependent environment variables and sane defaults.
Python
- Launch python in local or remote(1) virtualenv.
- Quickly run selected script or launch PDB.
- Use SublimeText2 Python console with history and multiline input.
(1) - (ssh, linux/osx only)
Screenshots
Running python code in SublimeREPL
R on Windows
Videos
Installation
- Install Package Control. http://wbond.net/sublime_packages/package_control
- Install SublimeREPL
Preferences | Package Control | Package Control: Install Package
- Choose
SublimeREPL
- Restart SublimeText2
- Configure
SublimeREPL
(default settings inPreferences | Package Settings | SublimeREPL | Settings - Default
should be modified inPreferences | Package Settings | SublimeREPL | Settings - User
, this way they will survive package upgrades!
Documentation
Very basic documentation will soon be available on RTD: http://sublimerepl.readthedocs.org/
Getting started
- Create or open your file with code.
- Menu / Tools / Command Palette (OS X:
⇧⌘P
) then type “SublimeREPL” and select the approperiate language. - Menu / View / Layout / Rows: 2 (OS X:
⌥⇧⌘2
). - Menu / View / Move File to Group / Group 2 (
⌃⇧2
).
Keybindings
- Evaluate in REPL:
- ctrl+,, s Selection
- ctrl+,, f File
- ctrl+,, l Lines
- ctrl+,, b Block
- Transfer in REPL (just copy, without evaluating it):
- ctrl+shift+,, s Selection
- ctrl+shift+,, f File
- ctrl+shift+,, l Lines
- ctrl+shift+,, b Block
Note: ctrl+,, f means: press Ctrl and Comma, release all, press F.
License and Price
Since version 1.2.0 SublimeREPL is licensed under GPL. Previous versions were licensed under BSD. If you're using SublimeREPL in commercial environment a donation is strongly encouraged ;-)
Compatibility
SublimeREPL is developed against the latest dev build of SublimeText3. Ubuntu 13.04 is main