Releases: kelleyma49/PSFzf
Releases · kelleyma49/PSFzf
Add shortcut for git branches
v1.2.03 Add shortcut for git branches
fix for case with file name introduced in recent commit
v1.2.02 second step in rename workaround
Git key bindings
See c777238
Improvements & bugfixes
- add support for the following cmd line options:
-- ansi
-- phony
-- filepath-word
-- layout
-- border
-- info
-- tabstop
-- no-bold
-- expect - requires fzf version >= 0.20.0
- Tells PSReadLine to redraw prompt after Invoke-Fzf is executed
- resolves #37
- fzf trigger tab completion
- works with git, *-Process and *-Service commands
- add Set-PsFzfOptions command for setting keyboard chords and enabling tab expansion
- add header for
Invoke-FuzzyGitStatus()
that displays keyboard shortcuts - add header for fkill shortcut
Tab completion & Set-PSFzfOptions command
- experimental support for fzf trigger tab completion
- works with *-Process and *-Service commands
- add Set-PsFzfOptions command
Workaround for missing PSReadLine prompt
Workaround for missing PSReadLine prompt (#38) - Tells PSReadLine to redraw prompt after Invoke-Fzf is executed - resolves #37
support expect and other cmd line options (#32)
add support for the following cmd line options:
-- phony
-- filepath-word
-- layout
-- border
-- info
-- tabstop
-- no-bold
-- expect
requires fzf version >= 0.20.0
test prerelease
Sets CWD for FZF sub-process
- resolution for #27
- testing github actions
Test GitHub action - not an actual release
v1.1.25 Cleanup and debug output
Don't spam $error variable
- #25 resolved