SublimeREPL
SublimeREPL - run an interpreter inside ST2 (Clojure, CoffeeScript, F#, Groovy, Haskell, Lua, MozRepl, NodeJS, Python + virtualenv, R, Ruby, Scala...)
Details
Installs
- Total 1.46M
- Win 1.09M
- Mac 210K
- Linux 158K
May 9 | May 8 | May 7 | May 6 | May 5 | May 4 | May 3 | May 2 | May 1 | Apr 30 | Apr 29 | Apr 28 | Apr 27 | Apr 26 | Apr 25 | Apr 24 | Apr 23 | Apr 22 | Apr 21 | Apr 20 | Apr 19 | Apr 18 | Apr 17 | Apr 16 | Apr 15 | Apr 14 | Apr 13 | Apr 12 | Apr 11 | Apr 10 | Apr 9 | Apr 8 | Apr 7 | Apr 6 | Apr 5 | Apr 4 | Apr 3 | Apr 2 | Apr 1 | Mar 31 | Mar 30 | Mar 29 | Mar 28 | Mar 27 | Mar 26 | Mar 25 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 38 | 142 | 150 | 106 | 67 | 51 | 58 | 64 | 56 | 119 | 96 | 105 | 101 | 77 | 90 | 139 | 135 | 100 | 73 | 66 | 72 | 69 | 101 | 89 | 109 | 90 | 70 | 72 | 86 | 148 | 174 | 132 | 177 | 81 | 65 | 80 | 100 | 120 | 86 | 104 | 76 | 60 | 80 | 122 | 231 | 105 |
Mac | 2 | 12 | 7 | 12 | 10 | 9 | 3 | 8 | 9 | 9 | 7 | 7 | 9 | 12 | 7 | 3 | 5 | 7 | 14 | 6 | 5 | 6 | 11 | 9 | 12 | 8 | 5 | 9 | 10 | 7 | 6 | 5 | 10 | 6 | 6 | 7 | 7 | 13 | 14 | 14 | 4 | 5 | 10 | 12 | 6 | 12 |
Linux | 3 | 6 | 7 | 10 | 5 | 5 | 9 | 7 | 8 | 11 | 2 | 8 | 8 | 5 | 6 | 2 | 3 | 19 | 14 | 8 | 5 | 6 | 13 | 1 | 9 | 14 | 9 | 7 | 7 | 9 | 12 | 2 | 14 | 10 | 7 | 5 | 5 | 9 | 13 | 9 | 5 | 7 | 15 | 8 | 13 | 17 |
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