From a00933af7c94ce997cd7d8730a6c9f039e9f62ce Mon Sep 17 00:00:00 2001 From: Caleb Bassi Date: Sun, 25 Feb 2018 23:02:50 -0800 Subject: [PATCH] Updated README --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index d5a51de..fc88c55 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Then move `gotop` into your $PATH somewhere. ### Arch Linux -If you're running Arch Linux, you can install the `gotop` package from the AUR. +Alternatively, if you're on Arch Linux, you can install the `gotop` package from the AUR. ### Source @@ -73,12 +73,12 @@ Feel free to add a new one. You can use 256 colors, bold, underline, and reverse - command line option to set polling interval for CPU and mem - command line option to only show processes, CPU, and mem - zooming in and out of graphs - - gopsutil cross-compiling issue on Linux amd64 for darwin i386 + - gopsutil cross-compiling issue on linux_amd64 for darwin_i386 * code cleanup - - termui buffers should ignore setting characters outside the widget area + - more comments + - termui buffers should ignore characters set outside the widget area - ignore writes or give an error? - termui Blocks should be indexed at 0, and maybe change their X and Y variables too - - try to get drawille fork merged upstream - - more documentation - - Draw borders and label after other stuff - - Only merge stuff in the buffer's area? + - try to get the drawille fork merged upstream + - draw borders and label after widget contents + - only merge buffers that are within the original's area