Update README.md

This commit is contained in:
Davide Depau 2019-09-09 02:06:40 +02:00
parent 12c77cfe00
commit 6e983e5f31
1 changed files with 27 additions and 0 deletions

View File

@ -2,6 +2,8 @@
SecureCRT session browser for GNU/Linux and Windows Subsystem for Linux.
It should also work on macOS with some changes but YMMV.
At early stages, not heavily tested. Alpha quality.
## Features
@ -11,3 +13,28 @@ At early stages, not heavily tested. Alpha quality.
- Parse SSH sessions and generate a OpenSSH command line
- Password is automatically copied to clipboard if found
## How to use
It should work both natively on GNU/Linux and on Windows under WSL, provided you have
`bash`, `python3`, `pycrypto` for Python3 and your favorite dialog tool
((c)`dialog` works everywhere).
- Clone it with `--recursive`
```
git clone --recursive https://github.com/Depau/shcrt.git
```
- If you forgot about it...
```
git submodule init
git submodule update
```
- Simply run the script:
```
./shcrt
```
## Bugs
I expect it to be full of bugs; so should you.
Please report any bugs you find on GitHub :)