Hacker News new | ask | show | jobs
by LiveTheDream 1080 days ago
Some other options:

1. Piping into `fzf -m` (use tab to toggle selections and built-in search to filter options).

2. Percol https://github.com/mooz/percol (also has filtering, use ctrl-space to toggle selection).

2 comments

I always find myself needing a tool to interactively let me select which columns of an output to print. Basically I'm interactively writing something like 'awk {print $5, $10}' or whatever but I'm not sure which columns I need.

Anyone know anything like that? Ideally after running it'd somehow output which columns they were to use later.

Ultimate plumber can do this.

https://github.com/akavel/up