f

filter

v0.1betalibrary

pipe filter for test logs

0 stars0 forksUnknownupdated 4 months ago
Open repo

filter

A CLI tool to colorize and filter piped input. Good for large tests (like monorepos) when you want to focus on results not boilerplate.

Screenshot 2026-03-17 at 08 15 22

Install

brew tap xopo/filter
brew install filter

Features

  • PASS → green
  • FAIL → red
  • failed/passed summary → highlighted
  • Custom watch words → yellow bold (default: expected, received)

Usage

Basic - uses default watch words (expected, received)

some_test_command | filter

Watch custom words

some_test_command | filter -w "error,warn,timeout"

Single word

echo "got expected value" | filter -w expected

Requirements

  • Input via stdin (not TTY)
  • Pipe or redirect output into the tool
Package Info
Version
v0.1beta
License
Unknown
Author
@xopo
Type
library
Forks
0
Created
4 months ago
Updated
4 months ago
Health
maintained
has releases
has readme
has license
Maintainer
xopo
xopo
Maintainer
Activity
last 56 weeks