Homebrew tap for TEOTWAHBEW (teot),
a CLI command like ls that highlights special files.
brew tap uzi0702/tap
brew install teot
teot # list files in the current directory
teot -sd # sort by most recently updated
teot -c # show only source code files
teot --color=31 # show all files in red
teot --color=32 Cargo.toml # show only Cargo.toml in green
Shell completions for bash, zsh, and fish are installed automatically.