ipt
is a small command line tool that uses Unix pipelines in order to create interactive workflows for cli users. It's similar to fzf but it provides more interface options and it only requires Node.js. The best way to understand how it works is by watching some of the examples, like the one below:
I just recently wrapped up a ton of work around it and it's a fairly stable and well supported across many OS and terminal clients 😄
If it gets your attention, please make sure to visit its Github repo: https://github.com/ruyadorno/ipt and(or) just get it already on npm and give it a try:
$ npm install -g ipt
Top comments (0)