Tools

ack

ack is a grep-like source code search tool.

ack 'foo' --js
brew install ack

Homepage

bat

bat is a cat clone with syntax highlighting and Git integration.

brew install bat

GitHub

fd

fd is a fast and user-friendly alternative to find

brew install fd

GitHub

sd

sd is an intuitive find & replace command-line tool, it is an alternative to sed

sd 'foo' 'bar' foo.txt
brew install sd

GitHub