filter/README.md

258 B

filter

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

How to build?

Just run go build .

Usage

Use the filter command in a pipeline like:

git commit -a --fixup $(g log --oneline|./filter|cut -d ' ' -f 1 |xargs)