get_line_counts
Count lines in files by category (code, blank, comment) with filters for extensions, keywords, and exclusions.
Instructions
Returns file line counts (code/blank/comment). Use extensions to filter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| grep | No | Filter by keyword | |
| path | Yes | Target path | |
| limit | No | Max results | |
| sort_by | No | Sort order | |
| extensions | No | Filter by extensions | |
| include_hidden | No | Include hidden | |
| ignore_patterns | No | Exclude patterns |