← 返回
未分类

Chartmaker

Visualize data with bar charts, sparklines, and progress bars in terminal. Use when plotting metrics, rendering inline charts, or transforming data.
bytesagain1
未分类 clawhub v2.0.0 100000 Key: 无需
★ 0
Stars
📥 601
下载
💾 1
安装

概述

ChartMaker

A data toolkit for chart-related data logging and export. Record, transform, query, and export data entries — all from the command line, all stored locally.

Commands

CommandWhat it does
----------------------
chartmaker ingest Log a new ingest entry (no args = show recent entries)
chartmaker transform Log a transform entry
chartmaker query Log a query entry
chartmaker filter Log a filter entry
chartmaker aggregate Log an aggregate entry
chartmaker visualize Log a visualize entry
chartmaker export Log an export entry (see also export with format below)
chartmaker sample Log a sample entry
chartmaker schema Log a schema entry
chartmaker validate Log a validate entry
chartmaker pipeline Log a pipeline entry
chartmaker profile Log a profile entry
chartmaker statsShow summary statistics across all log files
chartmaker export Export all data to json, csv, or txt format
chartmaker search Search all entries for a term (case-insensitive)
chartmaker recentShow the 20 most recent activity log entries
chartmaker statusHealth check — version, entry count, disk usage
chartmaker helpShow usage and available commands
chartmaker versionPrint version string

Each logging command (ingest, transform, query, etc.) accepts free-form text. Called without arguments, it shows the 20 most recent entries for that category.

Data Storage

All data is stored locally in ~/.local/share/chartmaker/. Each command category writes to its own .log file, and all actions are recorded in history.log with timestamps.

Requirements

  • Bash 4+

When to Use

  • Logging chart and visualization data points from the command line
  • Tracking data transformations and schema changes over time
  • Exporting accumulated entries to JSON, CSV, or plain text for reports
  • Searching across all logged entries to find specific visualization data
  • Checking health and statistics of your local chart data store

Examples

# Log visualization data
chartmaker ingest "Monthly revenue: Jan=10k Feb=12k Mar=15k"

# Transform and record a data step
chartmaker transform "Normalized Q1 values to percentage scale"

# Search across all logs
chartmaker search "revenue"

# Export everything to CSV
chartmaker export csv

# View recent activity
chartmaker recent

Powered by BytesAgain | bytesagain.com | hello@bytesagain.com

版本历史

共 1 个版本

  • v2.0.0 当前
    2026-05-02 01:18 安全 安全

安全检测

暂无安全检测报告