catls

catls

A Go CLI tool combining cat and ls functionality.

Github: https://github.com/conneroisu/catls

catls ΒΆ

I wrote catls to merge the behavior of cat and ls into a single command that can display both file contents and directory listings in one invocation. It simplifies exploratory workflows where you frequently alternate between inspecting directory trees and reading individual files. The tool is implemented in Go for fast startup and easy cross-platform distribution.