summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Bassi <calebjbassi@gmail.com>2018-03-09 13:36:54 -0800
committerCaleb Bassi <calebjbassi@gmail.com>2018-03-09 13:36:54 -0800
commitd3bf834aa398c186fa0ab250c51291fac5cd76ac (patch)
tree6b79e641a3223bdaa727defb466f171ce2ae1661
parent02b7a07f8855206d876e3b469b25799c99b91a10 (diff)
Updated README
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 13faca4..eb49ff2 100644
--- a/README.md
+++ b/README.md
@@ -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].