Skip to content

darkhorseprojects/intentgraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

intentgraph

A lightweight Zig CLI for darkhorseprojects/intentgraph that builds a repo-local git history index and renders a colored ASCII progression graph from an optional starting commit.

features

  • first run builds a local cache under .git/intentgraph/index.txt
  • later runs update incrementally
  • optional commit-ish argument; no argument starts from the beginning
  • per commit shows:
    • # commit marker + short sha
    • wrapped commit message/body
    • top 5 changed files by diff size
    • ASCII rune connectors for progression / splits

build

zig build -Doptimize=ReleaseSafe

Requires Zig 0.16.0.

usage

intentgraph
intentgraph HEAD~10
intentgraph 68d2ee4
intentgraph query "exact phrase"

About

A lightweight Zig CLI for local git intent/history graphs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages