Skip to content

feat: add --stats flag for CSV file statistics#252

Open
cemheren wants to merge 48 commits into
mainfrom
grow/stats-flag
Open

feat: add --stats flag for CSV file statistics#252
cemheren wants to merge 48 commits into
mainfrom
grow/stats-flag

Conversation

@cemheren
Copy link
Copy Markdown
Owner

Adds a --stats headless flag that prints CSV file statistics without launching the desktop mode.

Usage:

QuickSheet budget.csv --stats

Output:

File:       budget.csv
Size:       1.2 KB
Rows:       24
Columns:    6
Cells:      144 (89 non-empty)

Useful for shell scripting — quick inspection of CSV dimensions and density without opening the grid. Pairs well with --export-md / --export-json for pipeline workflows.

One file changed, purely additive, zero deps.

cemheren and others added 30 commits May 28, 2026 19:03
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
cemheren added 18 commits May 29, 2026 04:06
Targets homelab audience with health-ext, tls, docker, ping extensions.
Positioned as 'wallpaper dashboard' not a Homepage/Dashy replacement.
Includes posting strategy, first comment, and timing notes.
Targets r/linux's technical audience with the X11 P/Invoke angle,
honest Wayland limitation, and open-source philosophy framing.
Saved to drafts/reddit-linux.md for user to publish manually.
Adds a headless --stats flag that prints row count, column count,
non-empty cell count, and file size for a CSV file. Useful for shell
scripting and quick inspection without launching the desktop mode.

Example: ExcelConsole budget.csv --stats
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant