2 Repos
Renders structured usage summaries and diagnostic data directly to the command line.
Distinct from Terminal Interfaces: Focuses on terminal-based reporting, distinct from general UI frameworks.
Explore 2 awesome GitHub repositories matching operating systems & systems programming · Reporting Interfaces. Refine with filters or upvote what's useful.
This project is a command-line utility designed to monitor and analyze token consumption and financial expenditure for AI coding assistants. By parsing local session logs directly on the user's machine, it provides a privacy-focused way to track development activity without transmitting sensitive data to external servers. The tool distinguishes itself through its ability to aggregate disparate log formats from multiple coding assistants into a unified, schema-agnostic representation. It features a decoupled pricing engine that allows users to apply custom model-specific cost multipliers, over
Renders structured usage summaries and diagnostic data directly to the command line with support for multiple output formats.
Tablewriter ist eine Go-Bibliothek und ein Tool zur Generierung von ASCII- und Unicode-Tabellen aus strukturierten Daten. Es fungiert als Multi-Format-Tabellen-Renderer, der Daten in Layouts für Terminal-Ausgabe, Markdown, HTML und SVG umwandelt. Das Projekt zeichnet sich durch die Fähigkeit aus, verschachtelte Tabellen in Zellen einzubetten und benachbarte Zellen horizontal oder vertikal zusammenzuführen. Es unterstützt zudem ANSI-Farbanwendungen für Header, Zeilen und Rahmen, um Terminal-Benutzeroberflächen zu stylen. Das Toolkit bietet Funktionen zum Mapping von Go-Structs und Slices in Zeilen, zum Laden und Konvertieren von CSV-Dateien über ein Command-Line-Interface sowie zum inkrementellen Streamen von Tabellenausgaben. Das visuelle Erscheinungsbild wird über konfigurierbare Rahmen, Trennzeichen, Padding- und Ausrichtungseinstellungen verwaltet.
Creates human-readable tables in Go to display structured data, logs, and reports directly to the command line.