rmate
rmate copied to clipboard
Remote TextMate 2 implemented as shell script
I would be nice to have an option to disallow opening same file twice. In big projects, some times I open the same file 2 or 3 times and it...
I recently had to set up my remote server again. The newly-downloaded rmate stopped working. I get the following error: ``` [user@log-1 ~]$ rmate example.txt ~/bin/rmate: line 81: syntax error...
I have been using rmate in all my remote servers. Recently, I've just bought another mac laptop, so I hope I can use rmate on it too. However, it's interesting...
See https://github.com/aurora/rmate/pull/63 for details. This get's implemented by supporting a generic proxy-command that can be optionally specified as command-line argument or configured in the settings file.
Thanks for this BTW, it is awesome! Definitely appreciate not having to rely on ruby to not be screwed up :) Here is the problem I am seeing: w/ standard...
Hy there I enjoy using `rmate` a lot. # Actual behaviour I did run into an issue today: 1. I want to create a new script rmate /home/user/bin/myscript.sh 2. Rmate...