No More Hustleporn: Life's Too Short For Dated Command Line Tools
Tweet by Amila Welihinda
Autodidact. Making web apps faster @palette_dev. Web perf, open source, dev tools.
Life is to short to use dated cli tools that suck
Try these instead 🧵
`bat` is `cat` with syntax highlighting and line numbers
github.com/sharkdp/bat
GitHub - sharkdp/bat: A cat(1) clone with wings.
diff-so-fancy shows best-looking diffs you'll ever see
it should be git's default pager
github.com/so-fancy/diff-…
GitHub - so-fancy/diff-so-fancy: Good-lookin' diffs. Actually… nah… The best-lookin' diffs.
fx is the best JSON viewer you'll ever use
github.com/antonmedv/fx
GitHub - antonmedv/fx: Command-line tool and terminal JSON viewer
fzf is an insanely fast fuzzy search written in @golang
github.com/junegunn/fzf
GitHub - junegunn/fzf: A command-line fuzzy finder
exa is `ls` but with coloring
duff shows a better du summary
github.com/muesli/duf
GitHub - muesli/duf: Disk Usage/Free Utility - a better 'df' alternative
htop is a modern `top` replacement
github.com/htop-dev/htop
GitHub - htop-dev/htop: htop - an interactive process viewer
hexyl is a beautiful hex viewer
github.com/sharkdp/hexyl
GitHub - sharkdp/hexyl: A command-line hex viewer
@fig is next-gen autocompletion
it integrates with npm, yarn, docker, aws, kubernetes, and more!
fig.io
Love dev tools? Follow me for all things devtools and open source!
Here's a few things I've built