Gomate is an implementation of rmate in Go. It allows editing of files via an ssh session in TextMate, VSCode, or any other editor that supports rmate. WWW: https://github.com/mattn/gomate PR: 228486 Submitted by: Fabian Freyer <fabian.freyer@physik.tu-berlin.de> Differential Revision: https://reviews.freebsd.org/D15573
5 lines
161 B
Text
5 lines
161 B
Text
To remotely edit a file on this host connect via SSH with remote
|
|
port forwarding:
|
|
|
|
ssh -R 52698:127.0.0.1:52698 user@example.org \
|
|
gomate /path/to/the/file.txt
|