Releases: kelleyma49/PSFzf
Releases · kelleyma49/PSFzf
Respect PsReadline's HistoryNoDuplicates
new helper function: Invoke-FuzzyZLocation()
Minor fixes
- Invoke-FuzzyGitStatus works in subdirectories below the main root
- updated documentation
Linux fix
Tested under WSL.
v1.1.7 - new function Invoke-FuzzyGitStatus
- Add new function Invoke-FuzzyGitStatus.
- Add
-Bind
parameter toInvoke-Fzf
.
v1.1.6 - performance improvements
Performance optimizations that decrease processing times by 80% in my test cases.
v1.1.5 - ALT+A optimization
optimize ALT+A Don't use sort-object - store hash table and filter out duplicates
v1.1.4 - ALT+A: Search Through Command Line Arguments in PSReadline History
v1.1.3 - new ALT+C and CTRL+R shortcuts
Add ALT+C Set-Location shortcut
v1.1.2 - CTRL+R executes fzf on PSReadline history
Update README.md