git-cli 0.5.0

A CLI tool that translates natural-language task descriptions into git commands using a local Ollama LLM
Documentation
1
2
3
4
5
6
pub mod cli;
pub mod config;
pub mod context;
pub mod executor;
pub mod ollama;
pub mod prompt;