39 lines
831 B
Markdown
39 lines
831 B
Markdown
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
|
||
|
||
There’s 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
|