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

39 lines
831 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
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