Versions in this module Expand all Collapse all v1 v1.5.0 Apr 2, 2026 Changes in this version + type DailyEntry struct + Commands int + Date string + Saved int64 + Tokens int64 + type GainGraph struct + func NewGainGraph() *GainGraph + func (g *GainGraph) GetDaily(days int) []*DailyEntry + func (g *GainGraph) Record(date string, tokens, saved int64, commands int) + func (g *GainGraph) RenderGraph(width int) string