sig icon indicating copy to clipboard operation
sig copied to clipboard

feat: support for starting `sig` with the inital query already populated

Open a1994sc opened this issue 1 year ago • 0 comments

It would be nice to have a flag like -Q / --query that will populate the following string into the sig process.

Example

sig --cmd "stern --context kind-kind etcd" --query "warn|error"

This would start sig with the query warn|error already typed out, so it won't display stuff like info / debug messages.

a1994sc avatar Oct 18 '24 12:10 a1994sc