From 036e0e3ccb19990d2b2be565e312666dd7c381ee Mon Sep 17 00:00:00 2001 From: Siraaj Khandkar Date: Mon, 2 Nov 2020 16:44:32 -0500 Subject: [PATCH] Add gotop golang package --- Makefile | 2 +- pkgs-golang.list | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f8087cf..bbd460e 100644 --- a/Makefile +++ b/Makefile @@ -65,7 +65,7 @@ font_cache: # Golang # pkgs_golang: list pkgs-golang.list - go get $(shell ./list pkgs-golang.list) + go get -u $(shell ./list pkgs-golang.list) # # Ubuntu diff --git a/pkgs-golang.list b/pkgs-golang.list index 4f79874..b3e6625 100644 --- a/pkgs-golang.list +++ b/pkgs-golang.list @@ -2,3 +2,4 @@ github.com/junegunn/fzf # Fuzzy finder github.com/gokcehan/lf # Pretty terminal file manager/browser github.com/schachmat/wego # Weather app for the terminal +github.com/cjbassi/gotop # Another terminal based graphical activity monitor, inspired by gtop and vtop, this time written in Go! -- 2.20.1