LinuxCommandLibrary

sig

Interactive grep for streaming data

TLDR

Filter streaming Kubernetes logs interactively
$ stern --context kind etcd |& sig
copy
Re-execute and filter a command
$ sig --cmd "[stern --context kind etcd]"
copy
Interactively search a static file
$ cat [README.md] |& sig
copy

SYNOPSIS

sig [options]

DESCRIPTION

sig is an interactive grep tool that filters streaming data in real-time. It works well with piped output such as Kubernetes logs or WebSocket data. It includes an archived mode that buffers recent entries for backward searching, and supports both streaming and static file input.

HISTORY

sig was created by ynqa and is written in Rust.

SEE ALSO

grep(1), ripgrep(1), fzf(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard