-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
area: data-opsData transformation and analysisData transformation and analysisenhancementNew feature or requestNew feature or requestpriority: lowNice to haveNice to have
Milestone
Description
Summary
Add Markdown table and HTML export formats to the W (write) and --no-tui -o output options.
Problem
When sharing analysis results in Slack, GitHub issues, or documentation, users need to manually convert CSV/JSON output to Markdown tables or HTML. Direct export would save a step.
Features
Wwrite and-oflag support for:markdown— pipe-delimited Markdown table with header separatorhtml— basic HTML table with<table>,<thead>,<tbody>tags
- Respects current column visibility and sort order
Technical Considerations
- Markdown tables need column width handling for readability
- HTML export could optionally include inline CSS from the current theme
- Should work with both interactive
Wand batch--no-tui -omodes
Related
- Extends existing export formats (csv, tsv, json, raw)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area: data-opsData transformation and analysisData transformation and analysisenhancementNew feature or requestNew feature or requestpriority: lowNice to haveNice to have