This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# saved from: http://pastie.org/private/bclbdgxzbkb1gs2jfqzehg | |
import sublime | |
import sublimeplugin | |
import subprocess | |
class RunExternalCommand(sublimeplugin.TextCommand): | |
""" | |
Runs an external command with the selected text, | |
which will then be replaced by the command output. |