SendText icon indicating copy to clipboard operation
SendText copied to clipboard

A Sublime Text plugin to send text to a terminal or other program

Results 8 SendText issues
Sort by recently updated
recently updated
newest added

I follow your instructions to change the key stroke by inserting the following: ``` [ { "keys": ["super+enter"], "command": "send_selection" } ] ``` into Preference/Sendtext/Key Bindings - User and editing...

Hi there, I have Sublime Text 4 (build 4113) and iTerm2 (build 3.4.8), however I cannot get SendText to work with these programs. I have adjusted the Default Settings as...

I can send lines to tmux without problems on my Linux machine, but not to screen or gnome-terminal, any ideas? the routes that I have put seem all correct.

I just upgraded to IPython 5. I can send single lines of code to the terminal fine, but if I highlight a block of text, it doesn't send and the...

SendText works great! Thanks for all of the work to make it. I just started to get a new error though. If I highlight multiple lines and hit Cmd+Enter to...

The iTerm team have [updated their AppleScript](https://www.iterm2.com/version3.html) and now instead of `set mysession to current session of current terminal` it should be `... of current window`. Current SendText users might...

sendtext plugin doesn't seem to be in the sublime text package control anymore - did something happen?

Any idea on the best way to insert code into an iPython Qtconsole window. I have come up with a little hack, by using some AppleScript in the SendText.py function...