All Projects → epilys → Bb

epilys / Bb

Licence: gpl-3.0
simple process viewer in rust https://crates.io/crates/bb

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to Bb

Bottom
Yet another cross-platform graphical process/system monitor.
Stars: ✭ 3,182 (+1400.94%)
Mutual labels:  terminal, tui
Tuicss
Text-based user interface CSS library
Stars: ✭ 167 (-21.23%)
Mutual labels:  terminal, tui
Smenu
smenu started as a lightweight and flexible terminal menu generator, but quickly evolved into a powerful and versatile CLI selection tool for interactive or scripting use.
Stars: ✭ 1,906 (+799.06%)
Mutual labels:  terminal, tui
Rust Battop
Interactive batteries viewer
Stars: ✭ 133 (-37.26%)
Mutual labels:  terminal, tui
Jexer
Java Text User Interface
Stars: ✭ 174 (-17.92%)
Mutual labels:  terminal, tui
Lazyhub
lazyhub - Terminal UI Client for GitHub using gocui.
Stars: ✭ 133 (-37.26%)
Mutual labels:  terminal, tui
Qrc
QR code generator for text terminals (ASCII art, Sixel)
Stars: ✭ 200 (-5.66%)
Mutual labels:  terminal, tui
Phetch
🐭 quick lil gopher client for your terminal
Stars: ✭ 108 (-49.06%)
Mutual labels:  terminal, tui
Mandown
man-page inspired Markdown viewer
Stars: ✭ 173 (-18.4%)
Mutual labels:  terminal, tui
Wtf
The personal information dashboard for your terminal
Stars: ✭ 12,973 (+6019.34%)
Mutual labels:  terminal, tui
Neix
neix - a RSS/Atom feed reader for your terminal.
Stars: ✭ 128 (-39.62%)
Mutual labels:  terminal, tui
Cursive
A Text User Interface library for the Rust programming language
Stars: ✭ 2,613 (+1132.55%)
Mutual labels:  terminal, tui
Nnn
n³ The unorthodox terminal file manager
Stars: ✭ 13,138 (+6097.17%)
Mutual labels:  terminal, tui
Kubebox
⎈❏ Terminal and Web console for Kubernetes
Stars: ✭ 1,855 (+775%)
Mutual labels:  terminal, tui
Termion
Mirror of https://gitlab.redox-os.org/redox-os/termion
Stars: ✭ 1,654 (+680.19%)
Mutual labels:  terminal, tui
Tui Go
A UI library for terminal applications.
Stars: ✭ 2,015 (+850.47%)
Mutual labels:  terminal, tui
Dte
A small, configurable console text editor (moved to https://gitlab.com/craigbarnes/dte)
Stars: ✭ 98 (-53.77%)
Mutual labels:  terminal, tui
Cordless
The Discord terminal client you never knew you wanted.
Stars: ✭ 1,391 (+556.13%)
Mutual labels:  terminal, tui
Hascard
flashcard TUI with markdown cards
Stars: ✭ 171 (-19.34%)
Mutual labels:  terminal, tui
Goaccess
GoAccess is a real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser.
Stars: ✭ 14,096 (+6549.06%)
Mutual labels:  terminal, tui

NAME

 bb — your system's Big Brother

SYNOPSIS

     bb

DESCRIPTION

simple process viewer (for functionalities, press h within bb or see shortcuts below)

screenshot

WHY

This is a "weekend" side-project made for fun, but it ended up somewhat useful and fast. Performance seems on par with htop without having done any benchmarks, however in contrast to htop, bb doesn't leave artifacts when it redraws the screen. I am not completely sure this is htop's fault though, feel free to correct me.

INSTALL

Prerequisites: cargo >= 1.36, Linux

cargo install bb

BUILD

 Prerequisites: rustc, cargo >= 1.36, Linux

 Execute `cargo build --release`, resulting binary will be in
 ./target/release/bb

SHORTCUTS

      'h'   Toggle help overlay
      'F'   Follow process and its children. Type the pid you want to follow
      'L'   Highlight process. Type the pid you want to highlight
      'k'   Kill process under cursor
            Press Enter to confirm kill, or Esc to cancel
      'f'   (un)freeze process list updates
      '/'   Search process list
			'n'   Next search result
			'N'   Previous search result
      Space Filter process list
      't'   toggle tree view
      F1    toggles/activates username sorting
      F2    toggles/activates vm_rss sorting
      F3    toggles/activates cpu% sorting
      F4    toggles/activates cmd_line sorting
      Esc   Cancel action

AUTHORS

 Copyright 2019 Manos Pitsidianakis <[email protected]> Released
 under the GPL, version 3 or greater. This software carries no warranty of
 any kind. (See COPYING for full copyright and warranty notices.)

https://nessuent.xyz/

                             September 04, 2019
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].