FZF style selection menus for building richer UI’s #24012
Labels
Issue-Enhancement
the issue is more of a feature request than a bug
Needs-Triage
The issue is new and needs to be triaged by a work group.
Summary of the new feature / enhancement
I would love to see a richer set of terminal focused UI commands so I can ship scripts that are more friendly to use for users, without requiring them to pull in a lot of dependencies.
Ever since the release of fzf (https://github.com/junegunn/fzf), fuzzy search in a terminal is a core interaction for any application where I want a less than perfect answer. Say I want to find a file in a folder or search through git branches, fuzzy search allows me to pass in related characters in hope that I might discover what I’m looking for.
Proposed technical implementation details (optional)
Implement a Find-ItemFuzzy or Get-Item -Interactive that users can pipe entries into / pass in an arg to for fuzzy searching through a list of values.
The text was updated successfully, but these errors were encountered: