Skip to content

Commit dd86bd6

Browse files
committed
Version 1.2!
1 parent a089305 commit dd86bd6

File tree

4 files changed

+47
-10
lines changed

4 files changed

+47
-10
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Contributing to this project
2+
3+
This file is being written.
4+
5+
For informations on how to build this project, see issue #43

README.md

Lines changed: 34 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,29 @@
22
<img src="https://img.shields.io/github/v/release/evsar3/sshfs-win-manager?sort=semver">
33
<img src="https://img.shields.io/github/downloads/evsar3/sshfs-win-manager/total">
44
<img src="https://img.shields.io/github/issues-raw/evsar3/sshfs-win-manager/bug?color=red">
5+
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=HXZUJ8WX47238" style="margin-left: 50px; vertical-align: middle;">
6+
<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!">
7+
</a>
58
</p>
69

710
# SSHFS-Win Manager
811

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

1215
## Installation
13-
First you must have SSHFS-Win installed on your Windows computer.
16+
**Step 1**
17+
18+
Install SSHFS-Win on your Windows computer.
1419
Follow they [installation instructions](https://github.com/billziss-gh/sshfs-win/blob/master/README.md) before continue.
1520

21+
**Step 2**
22+
1623
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.
1724

18-
You're ready to go!
25+
**Step 3**
26+
27+
Add your connections and enjoy!
1928

2029
## Features
2130

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

2635
- Multiple authentication methods:
27-
- Password
28-
- Private Key (without password)
36+
- Password<sup>1</sup>
37+
- Private Key (without password)
38+
- Ask for password
2939

3040
- Startup with Windows
3141
- Close to system tray
42+
- Quick debug tool
43+
- Supports advanced command line params
44+
- Easily duplicate connections
45+
- Reorder connections
46+
- Connection debug log
3247

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

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

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

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

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

64+
## Contributing
65+
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)
66+
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)
67+
68+
## Donation
69+
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>.
70+
71+
## Notes
72+
<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
73+
4974
## License
5075
MIT License
5176

donation-concluded.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<p align="center" style="font-size: 28pt; font-weight: bold;">Thank you for your donation!</p>
2+
3+
Your donation will be redirected to the Associação de Ajuda Mútua do Pirambú - ACAMP (Pirambú Mutual Aid Community Association), in Fortaleza, Brazil.
4+
5+
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.
6+
7+
On behalf of all the voluntiers, my family and the children helped by this project, I want to thank you for your donation.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sshfs-win-manager",
3-
"version": "1.1.0-beta.2",
3+
"version": "1.2.0",
44
"author": "Evandro Araujo <[email protected]>",
55
"description": "A GUI for SSHFS-Win (https://github.com/billziss-gh/sshfs-win)",
66
"license": "MIT",

0 commit comments

Comments
 (0)