Skip to main content

Crate kodo

Crate kodo 

Source
Expand description

§kodo

A CLI tool for analyzing Git commit statistics across repositories.

§Features

  • Analyze commit history with date range filtering
  • Display statistics via TUI (bar chart, line chart)
  • Export data in JSON/CSV format
  • Filter by branch and file types

Re-exports§

pub use error::Error;
pub use error::Result;

Modules§

cli
CLI module for kodo
config
Configuration module for kodo
error
Error types for kodo
git
Git repository interface module
output
Output formatting module
stats
Statistics collection and aggregation module
tui
Terminal User Interface module