aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: aa75e79126addd4d0e2961ffd82009b15b2336bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# hardflip

The best TUI tool to connect to your distant hosts. For Linux/BSD. Might work
on macOS.

## 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`
+ 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

Example:

```make
DEST			:= /usr/local
```

Will install bin and man in the /usr/local/bin /usr/local/share/man... dirs
BSD style

## Config