Tools
ack
ack
is a grep-like source code search tool.
ack 'foo' --js
brew install ack
bat
bat
is a cat
clone with syntax highlighting and Git integration.
brew install bat
fd
fd
is a fast and user-friendly alternative to find
brew install fd
sd
sd
is an intuitive find & replace command-line tool, it is an alternative to sed
sd 'foo' 'bar' foo.txt
brew install sd