/btop

Btop is your personal terminal dashboard. The goal of this project, is to display many information of your system 🚀

Primary LanguageGo

Btop

Go Build Status

Btop is your personal terminal dashboard. The goal of this project, is to display many information of your system

  • Process run
  • Docker information (container, system)
  • Uptime
  • Power charge
  • Git statistics
  • System information (os, version)
  • Command history 🚀

Example

Btop example

Feature

  • Process run
  • Docker information (container, system)
  • Uptime
  • Power charge
  • Git statistics
  • System information (os, version)
  • Command history
  • Choice your module
  • Choice position of each module
  • Github Module
  • Trello module
  • Updater

How To Install

if you don't have the Golang compiler, you can download it here

git clone https://github.com/ClementBolin/btop
cd btop
chmod +x ./install.sh
sudo ./install.sh

How to run with docker

git clone https://github.com/ClementBolin/btop
cd btop
docker build -t btop . && docker run -it btop /bin/bash
./bin/btop

This project is based on WTF and use tview and tcell library