Show HN: FilesRemote. Edit files over SSH with any local editor. With sudo allanrbo 2021-08-19 00:49:07 +0000 UTC [ - ] I built this SSH file manager a while back that I've been using daily. Hoping others will find it useful too!- Allows you to edit files like they were local.- Automatically download and open files in any local editor (configurable).- Automatically upload when changes are detected.- Especially useful on slow and unstable links, where FUSE+SSHFS would cause too big of a slowdown on the local system.- Edit files as root via sudo.- Uses SSH auth agent when available, with fallback to password based authentication.- Cross platform native GUI (via wxWidgets). somenewaccount1 2021-08-19 04:47:32 +0000 UTC [ - ] this is super cool.
allanrbo 2021-08-19 00:49:07 +0000 UTC [ - ]
- Allows you to edit files like they were local.
- Automatically download and open files in any local editor (configurable).
- Automatically upload when changes are detected.
- Especially useful on slow and unstable links, where FUSE+SSHFS would cause too big of a slowdown on the local system.
- Edit files as root via sudo.
- Uses SSH auth agent when available, with fallback to password based authentication.
- Cross platform native GUI (via wxWidgets).