Skip to content

Implement adaptive ASCII table for find command output#13

Merged
sukanth merged 2 commits intomasterfrom
Tabular-format
May 4, 2026
Merged

Implement adaptive ASCII table for find command output#13
sukanth merged 2 commits intomasterfrom
Tabular-format

Conversation

@sukanth
Copy link
Copy Markdown
Owner

@sukanth sukanth commented May 4, 2026

What this PR does

Why

How to test

Checklist

  • Tests pass (pytest -q)
  • New behavior is covered by tests (if applicable)
  • README or docs updated (if applicable)

Sukanth Gunda and others added 2 commits May 4, 2026 10:05
Change the find command output to use an adaptive ASCII table that wraps titles, folders, URLs, and excerpts to fit terminal widths. Adds helpers for determining output width and wrapping (_find_output_width, _wrap_cell, _split_long_token, _wrap_detail, _display_text, _find_table_widths) and a new _render_find_results function; the old line-by-line print logic is replaced with a call to this renderer. README updated to mention the adaptive table and tests updated to assert the new table format and include a wrapping behavior test.
@sukanth sukanth merged commit e9bbcac into master May 4, 2026
9 checks passed
@sukanth sukanth deleted the Tabular-format branch May 4, 2026 14:09
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