A simple tool to filter the input interactively in a POSIX pipeline.
Go to file
Sameer Rahmani cbf2c76a29 Make a simple draft of filter
It reads the input and render it via /dev/tty and let the user
select the lines that are important and finaly write them back
to stdout.
2022-11-23 21:09:40 +00:00
.gitignore Initialize the go module 2022-11-23 21:09:05 +00:00
LICENSE Initial commit 2022-11-23 21:06:24 +00:00
README.md Initial commit 2022-11-23 21:06:24 +00:00
filter.go Make a simple draft of filter 2022-11-23 21:09:40 +00:00
go.mod Initialize the go module 2022-11-23 21:09:05 +00:00
utils.go Make a simple draft of filter 2022-11-23 21:09:40 +00:00

README.md

filter

A simple tool to filter the input interactively in a POSIX pipeline.