Skip to content

Releases: kelleyma49/PSFzf

Add shortcut for git branches

29 Mar 20:43
Compare
Choose a tag to compare
Pre-release
v1.2.03

Add shortcut for git branches

fix for case with file name introduced in recent commit

29 Mar 07:31
Compare
Choose a tag to compare
v1.2.02

second step in rename workaround

Git key bindings

29 Mar 07:19
Compare
Choose a tag to compare
Git key bindings Pre-release
Pre-release

Improvements & bugfixes

27 Mar 06:12
Compare
Choose a tag to compare
  • 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

22 Mar 22:31
Compare
Choose a tag to compare
  • experimental support for fzf trigger tab completion
  • works with *-Process and *-Service commands
  • add Set-PsFzfOptions command

Workaround for missing PSReadLine prompt

08 Mar 23:10
465d3d9
Compare
Choose a tag to compare
 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)

01 Mar 00:41
Compare
Choose a tag to compare

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

08 Sep 20:22
Compare
Choose a tag to compare
  • resolution for #27
  • testing github actions

Test GitHub action - not an actual release

08 Sep 16:17
Compare
Choose a tag to compare
v1.1.25

Cleanup and debug output

Don't spam $error variable

19 Apr 05:48
Compare
Choose a tag to compare