diff options
-rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..2ad2d87 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# hardflip + +The best TUI tool to connect to your distant hosts. + +## Dependencies + +Install those if you need them : + ++ `sshpass` if you are using passwords with SSH (honnestly use keys instead) ++ `xfreerdp` for RDP. Called `freerdp2-x11` on some distros ++ `openstack` for OpenStack CLI. ++ `gpg` to crypt passwords. You can store them in plain text if you prefer but +i wouldn't recommend that option. ++ `go` |