A data toolkit for business planning. Log, transform, query, and export business data — all from the command line, all stored locally.
| Command | What it does |
|---|---|
| --------- | ------------- |
bizplanner ingest | Log a new ingest entry (no args = show recent entries) |
bizplanner transform | Log a transform entry |
bizplanner query | Log a query entry |
bizplanner filter | Log a filter entry |
bizplanner aggregate | Log an aggregate entry |
bizplanner visualize | Log a visualize entry |
bizplanner export | Log an export entry (see also export with format below) |
bizplanner sample | Log a sample entry |
bizplanner schema | Log a schema entry |
bizplanner validate | Log a validate entry |
bizplanner pipeline | Log a pipeline entry |
bizplanner profile | Log a profile entry |
bizplanner stats | Show summary statistics across all log files |
bizplanner export | Export all data to json, csv, or txt format |
bizplanner search | Search all entries for a term (case-insensitive) |
bizplanner recent | Show the 20 most recent activity log entries |
bizplanner status | Health check — version, entry count, disk usage |
bizplanner help | Show usage and available commands |
bizplanner version | Print 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.
All data is stored locally in ~/.local/share/bizplanner/. Each command category writes to its own .log file, and all actions are recorded in history.log with timestamps.
# Log a new data point
bizplanner ingest "Q1 revenue: $450k from SaaS subscriptions"
# Search all logs for a keyword
bizplanner search "revenue"
# Export everything to CSV
bizplanner export csv
# Check how much data you have
bizplanner stats
# View recent activity
bizplanner recent
Powered by BytesAgain | bytesagain.com | hello@bytesagain.com
共 1 个版本