Skip to content

Commit

Permalink
Version 1.2!
Browse files Browse the repository at this point in the history
  • Loading branch information
evsar3 committed Oct 3, 2020
1 parent a089305 commit dd86bd6
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 10 deletions.
5 changes: 5 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Contributing to this project

This file is being written.

For informations on how to build this project, see issue #43
43 changes: 34 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,29 @@
<img src="https://img.shields.io/github/v/release/evsar3/sshfs-win-manager?sort=semver">
<img src="https://img.shields.io/github/downloads/evsar3/sshfs-win-manager/total">
<img src="https://img.shields.io/github/issues-raw/evsar3/sshfs-win-manager/bug?color=red">
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=HXZUJ8WX47238" style="margin-left: 50px; vertical-align: middle;">
<img src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" alt="Donate" title="PayPal - The safer, easier way to pay online!">
</a>
</p>

# SSHFS-Win Manager

## Introduction
SSHFS-Win Manager is a GUI (graphics user interface) for [SSHFS-Win](https://github.com/billziss-gh/sshfs-win).
SSHFS-Win Manager is a GUI (graphics user interface) for SSHFS on Windows (comming soon for other platforms).

## Installation
First you must have SSHFS-Win installed on your Windows computer.
**Step 1**

Install SSHFS-Win on your Windows computer.
Follow they [installation instructions](https://github.com/billziss-gh/sshfs-win/blob/master/README.md) before continue.

**Step 2**

Once SSHFS-Win is installed, [**download the lastest setup**](https://github.com/evsar3/sshfs-win-manager/releases/latest) from the [releases](https://github.com/evsar3/sshfs-win-manager/releases) section and install it.

You're ready to go!
**Step 3**

Add your connections and enjoy!

## Features

Expand All @@ -24,28 +33,44 @@ You're ready to go!
- User-friendly and intuitive interface

- Multiple authentication methods:
- Password
- Private Key (without password)
- Password<sup>1</sup>
- Private Key (without password)
- Ask for password

- Startup with Windows
- Close to system tray
- Quick debug tool
- Supports advanced command line params
- Easily duplicate connections
- Reorder connections
- Connection debug log

## Screenshots
![Main Window](https://c.servers.babum.dev/static/sshfs-win-manager/main-window-screenshot.png)
![Main Window](https://lw1.net.babum.dev/static/sshfs-win-manager/main-window-screenshot.png)
*Main Window*

![Add Connection](https://c.servers.babum.dev/static/sshfs-win-manager/add-connection-screenshot.png)
![Add Connection](https://lw1.net.babum.dev/static/sshfs-win-manager/add-connection-screenshot.png)
*Add & edit connections*

![Open mounted drive](https://c.servers.babum.dev/static/sshfs-win-manager/explorer-screenshot.png)
![Open mounted drive](https://lw1.net.babum.dev/static/sshfs-win-manager/explorer-screenshot.png)
*Explore mounted drive*

![System tray](https://c.servers.babum.dev/static/sshfs-win-manager/systray-screenshot.png)
![System tray](https://lw1.net.babum.dev/static/sshfs-win-manager/systray-screenshot.png)
*Close to system tray*

## Bugs & help
If you have any question or a bug report please open a [new issue](https://github.com/evsar3/sshfs-win-manager/issues/new)

## Contributing
If you want to contribute with this project, please see the [contributing guide-lines](https://github.com/evsar3/sshfs-win-manager/blob/master/CONTRIBUTING.md)
If you just want to build or compile this project see instructions [here](https://github.com/evsar3/sshfs-win-manager/blob/master/CONTRIBUTING.md#building-and-compiling)

## Donation
If you like this project, please consider [making a donation](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=HXZUJ8WX47238). 100% of the founds will be revert for <u>charity</u>.

## Notes
<sup>1</sup> This software stores your password in a plain json file. If there is any concerns on storing your password that way, please use one of the other authentication methods. See issue #28

## License
MIT License

Expand Down
7 changes: 7 additions & 0 deletions donation-concluded.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<p align="center" style="font-size: 28pt; font-weight: bold;">Thank you for your donation!</p>

Your donation will be redirected to the Associação de Ajuda Mútua do Pirambú - ACAMP (Pirambú Mutual Aid Community Association), in Fortaleza, Brazil.

ACAMP helps homeless children by providing them with shelter and food. Currently with the pandemic, the number of volunteers and donations has decreased and more than ever they need help.

On behalf of all the voluntiers, my family and the children helped by this project, I want to thank you for your donation.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sshfs-win-manager",
"version": "1.1.0-beta.2",
"version": "1.2.0",
"author": "Evandro Araujo <evandroprogram@gmail.com>",
"description": "A GUI for SSHFS-Win (https://github.com/billziss-gh/sshfs-win)",
"license": "MIT",
Expand Down

0 comments on commit dd86bd6

Please sign in to comment.