vip

Interactive editor for filtering and modifying data in a pipeline

brewmacoslinux
Try with needOr install directly
Source

About

Program that provides for interactive editing in a pipeline

Commands

vip

Examples

Interactively edit lines from a file in a pipeline$ cat data.txt | vip
Filter and modify JSON data interactively$ curl https://api.example.com/data | vip
Edit specific lines from command output before further processing$ ls -la | vip | grep modified