bottom

Build Status crates.io link

A graphical top clone, written in Rust. Inspired by both gtop and gotop

Quick demo recording

Installation

Linux

You can install by cloning and using cargo build --release, or download the pre-compiled binary in Releases.

Windows

You can currently install by cloning and building yourself using cargo build --release. You may need to install a font like FreeMono and use a terminal like cmder for font support to work properly, unfortunately.

macOS

macOS support will hopefully come soonTM.

Support

The compatibility of each widget and operating systems are, as of version 0.1.0, as follows:

| OS/Widget | CPU | Memory | Disks | Temperature | Processes | Networks | | --------- | -------- | -------- | -------- | --------------------- | --------- | --------------------------------------------- | | Linux | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | Windows | ✓ | ✓ | ✓ | Currently not working | ✓ | Partially supported (total RX/TX unavailable) | | macOS | Untested | Untested | Untested | Untested | Untested | Untested |

Usage

Command line options

Keybindings

General

Scrollable Tables

Processes

Mouse actions

Thanks, kudos, and all the like