Skip to content

Releases: kelleyma49/PSFzf

Respect PsReadline's HistoryNoDuplicates

07 Apr 03:44
Compare
Choose a tag to compare

Respect PsReadline's HistoryNoDuplicates option (#7 from @stinos)

new helper function: Invoke-FuzzyZLocation()

31 Mar 05:11
Compare
Choose a tag to compare
  • new helper function: Invoke-FuzzyZLocation() (#5 from @stinos)
  • Set-LocationFuzzyEverything() only searches directories (#6 from @stinos)
  • Set-LocationFuzzyEverything() accepts -Directory parameter (#6 from @stinos)

Minor fixes

24 Feb 19:25
Compare
Choose a tag to compare
  • Invoke-FuzzyGitStatus works in subdirectories below the main root
  • updated documentation

Linux fix

23 Feb 16:44
Compare
Choose a tag to compare

Tested under WSL.

v1.1.7 - new function Invoke-FuzzyGitStatus

24 Dec 01:49
Compare
Choose a tag to compare

v1.1.6 - performance improvements

23 Dec 19:04
Compare
Choose a tag to compare

Performance optimizations that decrease processing times by 80% in my test cases.

v1.1.5 - ALT+A optimization

30 Nov 16:56
Compare
Choose a tag to compare
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

30 Nov 07:14
Compare
Choose a tag to compare

v1.1.3 - new ALT+C and CTRL+R shortcuts

28 Nov 02:36
Compare
Choose a tag to compare
Add ALT+C Set-Location shortcut

v1.1.2 - CTRL+R executes fzf on PSReadline history

28 Nov 02:05
Compare
Choose a tag to compare
Update README.md