Dynamically Filter By Column (like Helix)? #4172
-
Helix introduced a new feature to their fuzzy finder/picker, called tabular pickers. Basically, the feature adds support for columnar/tabular data with individually filterable columns. For example, say you want to fuzzy search through
In Helix, users would filter by specific columns with a query syntax like
This is an extremely useful & productive feature because many CLI programs output tabular data (e.g. The closest I was able to get was using Unless I am missing a way that users can dynamically change |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
There is an open issue for adding Changing |
Beta Was this translation helpful? Give feedback.
There is an open issue for adding
change-nth
action. #2743Changing
--with-nth
dynamically probably is not going to be supported because it will have a huge impact on loading performance, but I think it's feasible to add an action to changenth
though it would require careful cache management.