Files
VuongKB/ATLAS/Apps/Linux Apps and Tools.md
2026-04-04 21:42:15 -07:00

831 B
Raw Permalink Blame History

a#linux #cli

A list of command line tools to use in linux

ohmyposh tmux

bat - cat with highlight difftastic - better diff gdu - ncdu for ssds (disk space analyser) zoxide - modern cd fd - find alternative rg - ripgrep (grep) fzf - fuzzy finder jless - json viewer with mouse folding dra - download and install release assets lazygit - git TUI lazydocker - docker TUI yazi - file manager with image preview zellij - better tmux / screen starship - cross shell prompt config task, a Makefile alternative hyperfine, a benchmark tool vegeta, a load testing tool sd, a better, more intuitive sed

Theres also the JSON trinity:

jq, the well know JSON processor jc, convert the output of many CLI tools to JSON gron, make JSON greppable

For python:

uv instead of conda/pip

thefuck for screwing up commands lazygit