feat: add --stats flag for CSV file statistics#252
Open
cemheren wants to merge 48 commits into
Open
Conversation
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>
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a
--statsheadless flag that prints CSV file statistics without launching the desktop mode.Usage:
Output:
Useful for shell scripting — quick inspection of CSV dimensions and density without opening the grid. Pairs well with
--export-md/--export-jsonfor pipeline workflows.One file changed, purely additive, zero deps.