All Projects → svartalf → Rust Battop

svartalf / Rust Battop

Licence: other
Interactive batteries viewer

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to Rust Battop

Htop
htop is an interactive text-mode process viewer for Unix systems. It aims to be a better 'top'.
Stars: ✭ 5,626 (+4130.08%)
Mutual labels:  terminal, tui, freebsd
Alectro
A terminal IRC client in Rust.
Stars: ✭ 47 (-64.66%)
Mutual labels:  terminal, tui
Crossterm
Cross platform terminal library rust
Stars: ✭ 1,023 (+669.17%)
Mutual labels:  terminal, tui
Fmui
fzf mpd user interface
Stars: ✭ 93 (-30.08%)
Mutual labels:  terminal, tui
Tui
A text-based user interface library for golang based on termbox
Stars: ✭ 12 (-90.98%)
Mutual labels:  terminal, tui
Pingg
Ping latency graphing CLI
Stars: ✭ 33 (-75.19%)
Mutual labels:  terminal, tui
Turbo
An experimental text editor based on Scintilla and Turbo Vision.
Stars: ✭ 78 (-41.35%)
Mutual labels:  terminal, tui
Ueberzug
ueberzug is a command line util which allows to display images in combination with X11
Stars: ✭ 711 (+434.59%)
Mutual labels:  terminal, tui
Dte
A small, configurable console text editor (moved to https://gitlab.com/craigbarnes/dte)
Stars: ✭ 98 (-26.32%)
Mutual labels:  terminal, tui
Cordless
The Discord terminal client you never knew you wanted.
Stars: ✭ 1,391 (+945.86%)
Mutual labels:  terminal, tui
Phetch
🐭 quick lil gopher client for your terminal
Stars: ✭ 108 (-18.8%)
Mutual labels:  terminal, tui
C Sharp Console Gui Framework
A GUI framework for C# console applications
Stars: ✭ 838 (+530.08%)
Mutual labels:  terminal, tui
Devdash
🍱 Highly Configurable Terminal Dashboard for Developers and Creators
Stars: ✭ 939 (+606.02%)
Mutual labels:  terminal, tui
Tygit
A basic terminal interface for git, written on Node.js [Project not maintained]
Stars: ✭ 36 (-72.93%)
Mutual labels:  terminal, tui
Vim Quickui
The missing UI extensions for Vim 8.2 (and NeoVim 0.4) !! 😎
Stars: ✭ 714 (+436.84%)
Mutual labels:  terminal, tui
Brick
A declarative Unix terminal UI programming library written in Haskell
Stars: ✭ 1,070 (+704.51%)
Mutual labels:  terminal, tui
Neix
neix - a RSS/Atom feed reader for your terminal.
Stars: ✭ 128 (-3.76%)
Mutual labels:  terminal, tui
So
A terminal interface for Stack Overflow
Stars: ✭ 694 (+421.8%)
Mutual labels:  terminal, tui
Zui
⬢ Zsh User Interface library – CGI+DHTML-like rapid application development with Zsh
Stars: ✭ 95 (-28.57%)
Mutual labels:  terminal, tui
Termion
Mirror of https://gitlab.redox-os.org/redox-os/termion
Stars: ✭ 1,654 (+1143.61%)
Mutual labels:  terminal, tui

battop

Latest Version Continuous integration Packaging status dependency status Apache 2.0 OR MIT licensed

battop is an interactive viewer, similar to top, htop and other *top utilities, but about the batteries installed in your notebook.

Screenshot

Features

  • Cross-platform (Linux, MacOS, FreeBSD and DragonflyBSD are supported and Windows is on the way)
  • Supports multiple batteries in case your notebook have them
  • It is free
  • Usually it just works!

battop is backed by a Rust crate battery which provides unified cross-platform information about system batteries.
Check it out, if you want to gather the same information for your application!

Installation

Packaging status

Arch linux

Install package from AUR with your favorite AUR helper:

$ yay -S battop

From sources

Clone the repo and run

$ cargo build --release

Other

Prebuilt binaries for Linux, FreeBSD and MacOS can be downloaded from the GitHub releases page.

Usage

Simply running the battop command in your terminal should do the thing.

Left and right arrows can be used to switch between different system batteries (if available).

Run the battop -h command to see the additional available options.

License

battop is double-released under the Apache License, Version 2.0 or the MIT License.

Donations

If you appreciate my work and want to support me, you can do it here

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].