mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
511b7b68c4
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
6 lines
161 B
Plaintext
6 lines
161 B
Plaintext
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
|