Add gotop golang package
authorSiraaj Khandkar <siraaj@khandkar.net>
Mon, 2 Nov 2020 21:44:32 +0000 (16:44 -0500)
committerSiraaj Khandkar <siraaj@khandkar.net>
Mon, 2 Nov 2020 21:44:32 +0000 (16:44 -0500)
Makefile
pkgs-golang.list

index f8087cf..bbd460e 100644 (file)
--- 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
index 4f79874..b3e6625 100644 (file)
@@ -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!
This page took 0.029988 seconds and 4 git commands to generate.