chcknlegwill-cli

Published: Mar 2, 2025 | Last edited: Nov 25, 2024


What is this tool for?

This CLI tool is mainly for me to explore making and maintaining something that can be used to do something else (even if there are much better alternatives out there).

The tool’s main feature involves searching for text strings across the current directory and its subdirectories.

Example usage:

chcknlegwill-cli -f and

This will search for the string “and” across all files in the current directory and subdirectories.

The project is primarily a personal learning exercise in Go — building and maintaining a CLI tool, handling flags, and working with the filesystem.