Anybody know of a package for Sublime Text 2 that will let me execute a shell command, save shell commands, run the currently-open file?
I miss the utility of NppExec from Notepad++, in which I would save something like:
irb -r "$(FULL_CURRENT_PATH)"
...press F6, Enter, and I'd be rolling. With Sublime Text 2, I've got to get out a shell, navigate to the right directory, then enter the command.