2 dépôts
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 est une bibliothèque et un outil Go pour générer des tableaux ASCII et Unicode à partir de données structurées. Il fonctionne comme un moteur de rendu de tableaux multi-format, convertissant les données en mises en page pour la sortie terminal, Markdown, HTML et SVG. Le projet se distingue par la capacité d'intégrer des tableaux imbriqués dans des cellules et de fusionner des cellules adjacentes horizontalement ou verticalement. Il prend également en charge l'application de couleurs ANSI pour les en-têtes, les lignes et les bordures afin de styliser les interfaces utilisateur en terminal. La boîte à outils fournit des capacités pour mapper des structs et slices Go en lignes, charger et convertir des fichiers CSV via une interface en ligne de commande, et diffuser la sortie de tableau de manière incrémentale. L'apparence visuelle est gérée via des paramètres configurables de bordures, séparateurs, espacement et alignement.
Creates human-readable tables in Go to display structured data, logs, and reports directly to the command line.