Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/agraven/sshfs-connection-tool
A GUI interface for SHHFS
https://github.com/agraven/sshfs-connection-tool
Last synced: 29 days ago
JSON representation
A GUI interface for SHHFS
- Host: GitHub
- URL: https://github.com/agraven/sshfs-connection-tool
- Owner: agraven
- License: gpl-3.0
- Created: 2016-03-27T02:21:41.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-09T20:57:42.000Z (almost 9 years ago)
- Last Synced: 2024-11-06T03:16:59.509Z (3 months ago)
- Language: C
- Size: 224 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# 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](http://i.imgur.com/Bzy8ygm.png "Screenshot")The theme used is [Arc-Dark](https://github.com/horst3180/Arc-theme)
## 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 installIf configure is missing then running autogen.sh will generate it.