
Bat
fd
fzf
Starship (Shell Prompt)
lazygit
tmux
fish shell
Micro
Bashtop
nmon
gtop
psutil
vtop
iftop
Atop
Iotop
Developers, system administrators, and technical users who work with code or configuration files and need an enhanced command-line tool that offers syntax highlighting and other advanced features. It is especially recommended for those using Git, as Bat provides seamless integration with Git repositories, displaying file changes and annotations effectively.
Bashtop is recommended for system administrators, developers, and tech-savvy users who need to monitor system performance regularly. It's also suitable for users who appreciate visually engaging terminal applications and those accustomed to working with command-line tools.
Based on our record, Bat should be more popular than Bashtop. It has been mentiond 121 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
But for reading code, scripts, configs, Markdown, YAML, JSON, or anything where your eyes are expected to survive the experience, bat is much nicer. - Source: dev.to / 3 months ago
Bat does not look like a pager: https://github.com/sharkdp/bat?tab=readme-ov-file#automatic-paging. - Source: Hacker News / 3 months ago
Bat is the king of pagers. https://github.com/sharkdp/bat. - Source: Hacker News / 3 months ago
Https://github.com/atuinsh/atuin for fuzzy shell history (ctrl+r) https://github.com/sharkdp/bat (nice coloured cat replacement) https://github.com/abiosoft/colima (so I don't need docker desktop) https://github.com/duckdb/duckdb (performant database that lets you directly query JSON, parquet, csv files with SQL queries and convert one to the other. https://github.com/eradman/entr (rerun commands automatically... - Source: Hacker News / 4 months ago
Bat is cat with syntax highlighting, line numbers, and git integration. It's a drop-in replacement that makes reading files in the terminal actually pleasant. - Source: dev.to / 4 months ago
Check out btop. Itโs a rewrite of bpytop in C++. Both are from the same author. FYI, bpytop is also a rewrite of bashtop in python. Source: over 3 years ago
As far as I remember, the guy made first the bashtop, that was slow as molasses but looks cool. Then he made bpytop that is the same idea but ported to python, and then finally ported to C++ and we got just btop. Source: almost 4 years ago
Bashtop - Seriously, I my brain can't follow columns without some kind of order to the madness. Ty bashtop. Source: over 4 years ago
There is https://github.com/aristocratos/bashtop with prettier and more readable output compared to top, in my opinion. It also has a port on python and c++. Source: over 4 years ago
๐ค I've found that the data Vitals reports isn't always correct, not to mention it uses far to much system resource for what it does. Have you tried bashtop? Source: over 4 years ago
fd - A simple, fast and user-friendly alternative to 'find'.
nmon - This systems administrator, tuner, benchmark tool gives you a huge amount of important performance...
fzf - A command-line fuzzy finder written in Go
gtop - System monitoring dashboard for terminal
Starship (Shell Prompt) - Starship is the minimal, blazing fast, and extremely customizable prompt for any shell! Shows the information you need, while staying sleek and minimal. Quick installation available for Bash, Fish, ZSH, Ion, and Powershell.
psutil - psutil is a module providing an interface for retrieving information on all running processes and...