diff options
author | Joe <rbo@gmx.us> | 2024-05-17 20:20:20 +0200 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-05-17 20:20:20 +0200 |
commit | d16cd15fdce7a14cbb67f01f7527e3963f91fd46 (patch) | |
tree | 13acc91423f7cc22f9706e2bd884632b45393fd0 /README.md | |
parent | go (diff) | |
download | hardflip-d16cd15fdce7a14cbb67f01f7527e3963f91fd46.tar.gz hardflip-d16cd15fdce7a14cbb67f01f7527e3963f91fd46.tar.bz2 hardflip-d16cd15fdce7a14cbb67f01f7527e3963f91fd46.tar.xz hardflip-d16cd15fdce7a14cbb67f01f7527e3963f91fd46.tar.zst hardflip-d16cd15fdce7a14cbb67f01f7527e3963f91fd46.zip |
test
Diffstat (limited to 'README.md')
-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` |