kelleyma49 / PSFzf

A PowerShell wrapper around the fuzzy finder fzf
MIT License
795 stars 36 forks source link

Prompt string gets erased #42

Closed jm33-m0 closed 4 years ago

jm33-m0 commented 4 years ago
  1. Press Ctrl-r
  2. Type something to search
  3. Press Enter to select an entry
  4. The entry pops up, with powershell prompt erased

PSFzf

kelleyma49 commented 4 years ago

This was addressed in version 1.2.0 (https://www.powershellgallery.com/packages/PSFzf/1.2.0).

jm33-m0 commented 4 years ago

Thank you for the fix👍