## Installation
Only working and tested on Linux. OSX is no longer supported due to issues with gopsutil, but that is currently being worked on. Windows support is also in the works.
Go programs compile to a single binary and there are currently prebuilt ones for 32/64bit Linux and ARM Linux.
### Using Git
Clone the repo then run [download.sh](https://github.com/cjbassi/gotop/blob/master/download.sh) to download the correct binary:
```sh
git clone --depth 1 https://github.com/cjbassi/gotop.git /tmp/gotop
/tmp/gotop/download.sh
```
Then move `gotop` into your $PATH somewhere.
### Arch Linux
Install the `gotop-bin` package from the AUR.
### Source
```sh
go get github.com/cjbassi/gotop
```
### Docker
```
docker run -it --rm cjbassi/gotop
```
Note: Process list doesn't work using Docker.
## Usage
### Keybinds
* Quit: `q` or `