meowgorithm / gtop

Gtop is a clearer alternative to gtop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GTop

Introduction

GTop is an alternative to top or htop made in Go.

It uses bubbletea under the hood.

The main difference with top/htop is the idea of displaying more data in a simpler way.

It currently only support Linux.

Installation

AUR

git clone https://aur.archlinux.org/gtop.git
cd gtop
makepkg -si

Go

go install github.com/mJehanno/gtop@latest

Tarball

Download one of the release archive, then extract it (tar -xzf [filename].tar.gz), then add the path to the new folder in your $PATH environment variable (you probably in your ~/.bashrc, ~/.zshrc or ~/.profile)

About

Gtop is a clearer alternative to gtop

License:GNU General Public License v3.0


Languages

Language:Go 100.0%