DEV Community

Cover image for iPipeTo - The Node.js cli interactive workflow
Ruy Adorno
Ruy Adorno

Posted on • Updated on

iPipeTo - The Node.js cli interactive workflow



ipt logo

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:

asciicast

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
Enter fullscreen mode Exit fullscreen mode

Oldest comments (0)