cjbassi / neotop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

neotop

Minimum rustc version crates.io

A Rust port of htop with some additional improvements including:

  • full vim keybindings
  • bottom keybind bar has been removed
  • fix a bug where the screen momentarily flashes blank on redraw
  • all configuration is now done with CLI flags instead of with in-app menus
  • all CLI flags can be persisted by specifying them in the config file
  • add a panel to the help menu explaining what each UI element is displaying

Supported platforms:

  • Linux

Windows support is not planned since it is not POSIX compliant and certain system information is not available.

Installation

Package managers

Packaging status

Prebuilt binaries

Prebuilt binaries are provided in the releases tab.

From source

cargo install neotop

Related projects

About

License:MIT License


Languages

Language:Rust 100.0%