Efficiently searches files in a single directory for string patterns, providing JSON output optimized for token efficiency and AI integration.
Sponsored
Checkfor is a lightweight command-line interface (CLI) tool designed for token-efficient file searching within a single directory. It generates JSON output, making it ideal for programmatic parsing and integration with AI-assisted workflows like Claude Code. Optimized to reduce token consumption significantly compared to general-purpose search tools, Checkfor helps maintain AI context limits during complex refactoring tasks, enabling faster responses and cost savings.
主な機能
01Displays context lines before and after matches
02File extension filtering
03JSON output for easy parsing and AI integration
04Case-insensitive and whole-word matching options
05Single-depth directory scanning (non-recursive)
060 GitHub stars
ユースケース
01Tracking incremental progress during code modifications by monitoring match counts
02Verifying refactoring completion in a specific directory or module
03Optimizing AI-assisted code search workflows for token efficiency