shcrt/README.md

41 lines
913 B
Markdown
Raw Normal View History

2019-09-07 00:15:32 +00:00
# shcrt
SecureCRT session browser for GNU/Linux and Windows Subsystem for Linux.
2019-09-09 00:06:40 +00:00
It should also work on macOS with some changes but YMMV.
2019-09-07 00:15:32 +00:00
At early stages, not heavily tested. Alpha quality.
## Features
- Browse SecureCRT sessions
- Search through them
- Parse SSH sessions and generate a OpenSSH command line
- Password is automatically copied to clipboard if found
2019-09-09 00:06:40 +00:00
## 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 :)