Skip to content

Tags: kelleyma49/PSFzf

Tags

v2.6.5

Toggle v2.6.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add directory separator to end of completed path (#282)

- Allows a more continuous tab completion experience

v2.6.4

Toggle v2.6.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
change ripgrep to native fzf (#279)

* Fix `Invoke-PsFzfRipgrep` throws `unknown action: change-prompt` after updating to 2.6.1 #273

- Add 'Disabled' param
- Restore unicode icons for git functions and only show in Terminal or non-Windows
- Minor formatting fix

* Fix debug output

* Use fzf directly instead of PowerShell function

* Properly detect if git is installed using scoop regardless of scope (#278)

This fixes the issue #272

---------

Co-authored-by: Kris Borowinski <[email protected]>

v2.6.3

Toggle v2.6.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Properly detect if git is installed using scoop regardless of scope (#…

…278)

This fixes the issue #272

v2.6.2

Toggle v2.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix `Invoke-PsFzfRipgrep` throws `unknown action: change-prompt` afte…

…r updating to 2.6.1 #273 (#277)

* Fix `Invoke-PsFzfRipgrep` throws `unknown action: change-prompt` after updating to 2.6.1 #273

- Add 'Disabled' param
- Restore unicode icons for git functions and only show in Terminal or non-Windows
- Minor formatting fix

* Fix debug output

v2.6.1

Toggle v2.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Restore default command before editor launch (#269)

- Resolves #267

v2.5.27

Toggle v2.5.27's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Restore default command before editor launch (#269)

- Resolves #267

v2.5.26

Toggle v2.5.26's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix no PRs edge case (#258)

* Fix no PRs edge case

* Fix PR ID extraction in Invoke-PsFzfGitPullRequests function

* Fix array edge case

v2.5.25

Toggle v2.5.25's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Refactor history retrieval and handling (#254)

- Invoke-FuzzyHistory() (alis: 'fh') now removes duplicates
- Resolves #219

v2.5.24

Toggle v2.5.24's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix Azure DevOps PR preview command (#252)

- Check for visualstudio domains as well

v2.5.23

Toggle v2.5.23's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add key binding for selecting Git pull requests via fzf (#251)

* Add key binding for selecting Git pull requests via fzf

* Refactor git remote URL handling and add support for Azure DevOps

* Not tested on ADO