Updated README

This commit is contained in:
Caleb Bassi 2018-03-09 13:36:54 -08:00
parent 02b7a07f88
commit d3bf834aa3

View File

@ -57,7 +57,13 @@ go get github.com/cjbassi/gotop
* mouse wheel to scroll through processes
## Colorschemes
### Colorschemes
A different Colorscheme can be set with the `-c` flag followed its name. You can find them in the `colorschemes` folder.
Feel free to add a new one. You can use 256 colors, bold, underline, and reverse. You can see the template and get more info [here](https://github.com/cjbassi/gotop/blob/master/colorschemes/template.go) and see the default colorscheme as an example [here](https://github.com/cjbassi/gotop/blob/master/colorschemes/default.go).
### CLI Options
`-m`, `--minimal` Only show CPU, Mem and Process widgets.
`-r`, `--rate=RATE` Number of times per second to update CPU and Mem widgets [default: 1].