Skip to content

Add fzf wrapping script - #631

Open
vlrpl wants to merge 3 commits into
retis-org:mainfrom
vlrpl:fzf
Open

Add fzf wrapping script#631
vlrpl wants to merge 3 commits into
retis-org:mainfrom
vlrpl:fzf

Conversation

@vlrpl

@vlrpl vlrpl commented Jun 3, 2026

Copy link
Copy Markdown
Contributor

The series includes:

  • fix broken pipe handling in collect
  • bat sublime syntax file. Most of it has been written with Claude Opus support (I will review it a little more although my sublime syntax file knowledge is close to zero, but feel free to contribute :)
  • introduce iretis.sh

Couldn't decide what the best place for documenting the above was. index.md seemed sane, but feel free to suggest any other.

@vlrpl
vlrpl force-pushed the fzf branch 2 times, most recently from 1c7b01f to 4220ed8 Compare June 3, 2026 19:37
@codecov

codecov Bot commented Jun 3, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 0% with 24 lines in your changes missing coverage. Please review.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #631      +/-   ##
==========================================
- Coverage   36.38%   36.33%   -0.06%     
==========================================
  Files         113      113              
  Lines       13598    13614      +16     
  Branches    13598    13614      +16     
==========================================
- Hits         4948     4946       -2     
- Misses       8271     8289      +18     
  Partials      379      379              
Flag Coverage Δ
aarch64 36.33% <0.00%> (-0.06%) ⬇️
x86_64 ?

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

When redirecting collect stdout to a pipe, and when the reading
application terminates, the printer fail because of unhandled broken
pipe error.

Handle it gracefully and terminate.

Signed-off-by: Paolo Valerio <pvalerio@redhat.com>
This has been for the most part written following the doc and the
printing code as reference by Opus 4.6.

Signed-off-by: Paolo Valerio <pvalerio@redhat.com>
introduce iretis.sh (interactive retis) that essentially performs some
minor checks and make retis fzf and bat play nice together.

Signed-off-by: Paolo Valerio <pvalerio@redhat.com>
@atenart atenart added this to the v1.8 milestone Jun 30, 2026
@vlrpl

vlrpl commented Jul 27, 2026

Copy link
Copy Markdown
Contributor Author

I think the blocker for this pull request is the coloring part which is not as useful as wrapping fzf.
I'm going to remove it for the time being as I do not have time to spend on coloring at the moment.

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.

2 participants