A GTK-3 based front-end for the sshfs tool written in C. The application is currently in very early stages, and has various issues, like:
- Missing features
- Features that are implemented in unholy manners (primarily string manipulation)
- Lack of polish
- Etc.
Here is a screenshot of the application:
The theme used is Arc-Dark
The project depends on the following
- gtk >= 3.6
- sshfs
The project is autotools-based, and can be built with the usual: ./configure && make && sudo make install
If configure is missing then running autogen.sh will generate it.