Crates.io | tallyhawk |
lib.rs | tallyhawk |
version | 0.1.0 |
created_at | 2025-09-23 11:30:08.649634+00 |
updated_at | 2025-09-23 11:30:08.649634+00 |
description | A sharp-eyed CLI tool for gathering project statistics |
homepage | https://github.com/Willem-Jaap/tallyhawk |
repository | https://github.com/Willem-Jaap/tallyhawk |
max_upload_size | |
id | 1851327 |
size | 46,856 |
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
.gitignore
files# Build
cargo build
# Run
cargo run -- count
# Test
cargo test
# Release build
cargo build --release
MIT License - see LICENSE file for details.