textmate / rmate

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

file should not be saved if the content was from stdin #35

Open randy3k opened 10 years ago

randy3k commented 10 years ago

It is related to reading from stdin, (i..e, echo foo | rmate -). What I notice is that when I save the file in the pop up window, a file called "-" is saved in the remote server.

Possible solution: the file should not be saved if the token is "-".