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 | 9ae8cac98238f8c05ed0aa105082ba51a3a6749c (patch) | |
tree | 285d571df484d1b48a3651378daec905642af9d5 /README.md | |
parent | test (diff) | |
download | hardflip-9ae8cac98238f8c05ed0aa105082ba51a3a6749c.tar.gz hardflip-9ae8cac98238f8c05ed0aa105082ba51a3a6749c.tar.bz2 hardflip-9ae8cac98238f8c05ed0aa105082ba51a3a6749c.tar.xz hardflip-9ae8cac98238f8c05ed0aa105082ba51a3a6749c.tar.zst hardflip-9ae8cac98238f8c05ed0aa105082ba51a3a6749c.zip |
go
Diffstat (limited to '')
-rw-r--r-- | README.md | 30 |
1 files changed, 27 insertions, 3 deletions
@@ -1,14 +1,38 @@ # hardflip -The best TUI tool to connect to your distant hosts. +The best TUI tool to connect to your distant hosts. For Linux/BSD. Might work +on macOS. ## Dependencies -Install those if you need them : +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. +I wouldn't recommend that option. + `go` ++ GNU `make` + +## Install + +To install `hardflip`, run those commands in your shell: + +```sh +git clone git://gitjoe.xyz/jozan/hardflip +cd hardflip +make +sudo make install +make clean +``` + +Change this line: + +```make +DEST := /usr +``` + +if you want to install stuff some other place + +## Config |