-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Open
Labels
Issue-Enhancementthe issue is more of a feature request than a bugthe issue is more of a feature request than a bugNeeds-TriageThe issue is new and needs to be triaged by a work group.The issue is new and needs to be triaged by a work group.
Description
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.
Metadata
Metadata
Assignees
Labels
Issue-Enhancementthe issue is more of a feature request than a bugthe issue is more of a feature request than a bugNeeds-TriageThe issue is new and needs to be triaged by a work group.The issue is new and needs to be triaged by a work group.