Skip to content

Tags: mattcargile/PSFzf

Tags

v2.3.1

Toggle v2.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
InvokePrompt workaround for PSReadLine UTF8 issue (kelleyma49#71) (ke…

…lleyma49#92)

v2.2.9

Toggle v2.2.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix working directory condition (kelleyma49#86)

v2.2.8

Toggle v2.2.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use partial history to initiate search (kelleyma49#83)

- Replace entire line instead of inserting for history search

v2.2.7

Toggle v2.2.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use private StopUpstreamCommandsException (kelleyma49#78)

* Use private StopUpstreamCommandsException

- Use StopUpstreamCommandsException for stopping pipelines
- allows you to run 'Set-Location (Get-ChildItem . -Recurse | ? {
  $_.PSIsContainer } | Invoke-Fzf)' now

v2.2.6

Toggle v2.2.6's commit message
Fixed bat command

without the quotes, bat interprets "changes" as a name of a file and displays an error (at least on my machine)

v2.2.5

Toggle v2.2.5's commit message
Fix more paths with spaces issues

v2.2.4

Toggle v2.2.4's commit message
Another path with spaces fix

v2.2.3

Toggle v2.2.3's commit message
Fix git preview fix and paths with spaces

v2.2.2

Toggle v2.2.2's commit message
Fix for helper paths with spaces

- Resolves kelleyma49#68

v2.2.1

Toggle v2.2.1's commit message
Fix Invoke-FuzzyEdit with directory

- Invoke-FuzzyEdit prepends directory to file list
- Resolves kelleyma49#67