A sharp-eyed CLI tool for gathering project statistics.
cargo install tallyhawk# Analyze current directory
tallyhawk count
# Analyze specific path
tallyhawk count /path/to/project
# Different output formats
tallyhawk count --format json
tallyhawk count --format csv
# Include hidden files
tallyhawk count --all
# Include comments and blank lines in count
tallyhawk count --include-comments --include-blanks- 📊 Comprehensive project statistics
- 🎨 Beautiful colored terminal output
- 📁 Support for multiple file types and languages
- 🔍 Respects
.gitignorefiles - 📤 Multiple output formats (table, JSON, CSV)
- ⚡ Fast scanning with parallel processing
# Build
cargo build
# Run
cargo run -- count
# Test
cargo test
# Release build
cargo build --releaseMIT License - see LICENSE file for details.