Skip to content
/ gtop Public

Gtop is a clearer alternative to gtop written in golang

License

Notifications You must be signed in to change notification settings

mJehanno/gtop

Repository files navigation

GTop

Build Status Quality Gate Status Go Report Card

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)

Usage

demo gif