Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 719 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 719 Bytes

SSHFS Connection Tool

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: screenshot

The theme used is Arc-Dark

Dependencies

The project depends on the following

  • gtk >= 3.6
  • sshfs

Building

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.