summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSean E. Russell <ser@ser1.net>2020-02-14 07:07:27 -0600
committerSean E. Russell <ser@ser1.net>2020-02-14 07:07:27 -0600
commit4e2275c9f7879b1b0e2be0b5ffd1c6a0fb9a104e (patch)
tree93ba17c73f2d49b18aab9cd2a13c14f92d3d1836 /README.md
parenta7c9949dafb72f201aed24ae2668bce27e0bc809 (diff)
parentb1e97a8a798a3bb8b935cf9140ec26dbe31dfefb (diff)
Merge remote-tracking branch 'theverything/add-missing-option-to-readme'
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index d04999b..2377e5f 100644
--- a/README.md
+++ b/README.md
@@ -149,15 +149,16 @@ build massive edifices, you're in for disappointment.
`-V`, `--version` Print version and exit.
`-p`, `--percpu` Show each CPU in the CPU widget.
`-a`, `--averagecpu` Show average CPU in the CPU widget.
+`-f`, `--fahrenheit` Show temperatures in fahrenheit.
`-s`, `--statusbar` Show a statusbar with the time.
-`-b`, `--battery` Show battery level widget (`minimal` turns off). [preview](./assets/screenshots/battery.png)
+`-b`, `--battery` Show battery level widget (`minimal` turns off). [preview](./assets/screenshots/battery.png)
`-i`, `--interface=NAME` Select network interface [default: all].
`-l`, `--layout=NAME` Choose a layout. gotop searches for a file by NAME in \$XDG_CONFIG_HOME/gotop, then relative to the current path. "-" reads a layout from stdin, allowing for simple, one-off layouts such as `echo net | gotop -l -`
## Built With
- [gizak/termui](https://github.com/gizak/termui)
- - [nsf/termbox](https://github.com/nsf/termbox-go)
+- [nsf/termbox](https://github.com/nsf/termbox-go)
- [exrook/drawille-go](https://github.com/exrook/drawille-go)
- [shirou/gopsutil](https://github.com/shirou/gopsutil)
- [goreleaser/nfpm](https://github.com/goreleaser/nfpm)