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 🚀
- 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
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
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