-
rmate used to work on all my server for years without any issues, now recently after having to upgrade to Ruby 2.5.0 and the rubygems system, rmate stopped working with the following error message:
`…
-
I frequently use rsub to edit files on my desktop while I'm away from home. However, if I leave Sublime (with rsub installed) running on my desktop and then try to rsub the file to my laptop, it opens…
-
My version of `ls` is outdated (can’t do anything about that…):
```bash
$ ls --version
ls (GNU coreutils) 5.97
```
`rmate` in line 295 says:
```bash
filesize=`ls -lLn "$realpath" | awk '{…
-
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?
taiya updated
6 years ago
-
I have a remote file named `img 1497837265 - ['Chip-ID' -> 'ESP8266-1175d8', 'Voltage-In' -> '785.00'].jpg`.
(Sublime text can view images, so it's convenient to check images using rmate).
Attempt…
-
This https://github.com/aurora/rmate/blob/v0.9.9/rmate#L37 now says:
```bash
version="0.9.9"
version_date="2017-04-06"
```
I suppose it should be:
```bash
version="0.9.9"
version_date="2…
-
rmate does not support the +N syntax which is supposed to place caret on line number after loading file, just like --line:
```
$ ./rmate +3 /etc/fstab
There is more than one file specified. Opening o…
-
user@host:~$ head -5 /etc/hosts
#
# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
# Internet host table
user@host:~$ sudo /tmp/rmate-new.bash /et…
-
Not sure what I may have done wrong (followed this: http://danieldemmel.me/blog/2012/09/02/setting-up-rmate-with-sublime-text-for-remote-file-editing-over-ssh/), using a custom 2224 port.
Opening rem…
-
@dhowden Waauw I really like this project, especially rmate.sh because it runs almost everywhere.
I viewed the code and realized for the first time how to use tcp in bash.
Do you think it is possible …