Crate bottom

source ·
Expand description

A customizable cross-platform graphical process/system monitor for the terminal. Supports Linux, macOS, and Windows. Inspired by gtop, gotop, and htop.

Note: The following documentation is primarily intended for people to refer to for development purposes rather than the actual usage of the application. If you are instead looking for documentation regarding the usage of bottom, refer to here.

Modules

This mainly concerns converting collected data into things that the canvas can actually handle.

Enums

Functions

Check and report to the user if the current environment is not a terminal.
A panic hook to properly restore the terminal in the case of a panic. Based on spotify-tui’s implementation.

Type Definitions