textmate / rmate

Edit files from an ssh session in TextMate
http://blog.macromates.com/2011/mate-and-rmate/
514 stars 81 forks source link

Execute files on remote? #56

Closed taiya closed 6 years ago

taiya commented 6 years ago

CMD+R typically runs a script (python, bash, etc...)

Any chance rmate could allow remote execution (and print of remote log in current window) on top of remote editing?

sorbits commented 6 years ago

For this, I think you need to implement an RPC interface in rmate that TextMate commands would need to talk to.

So a lot of work required for this which is not directly related to the current function of rmate.