Member-only story
Command Line Tools I use on a Mac
Command Line Tools
awscli
The AWS Command Line Interface (AWS CLI) is a unified tool to manage your AWS services.
bat
A cat clone with syntax highlighting, line numbers, and Git integration.

btop
A monitor of resources

coursier
Pure Scala artifact fetching. Check dependencies and run apps from them right from the command-line

ctop
ctop
provides a concise and condensed overview of real-time metrics for multiple containers

dive
A tool for exploring each layer in a docker image.

duf
Disk Usage/Free Utility — a better ‘df’ alternative.

dust
du + rust = dust. Like du but more intuitive.

eza
A modern replacement for ‘ls’. I add the following to my .zshrc file:
alias ls='eza' # Use eza instead of ls
alias la='ls -la'
alias tree='ls -T' # directory tree