Releases: PatrickF1/fzf.fish
Releases ยท PatrickF1/fzf.fish
v4.10
Fixed
- Fix git log not working if your default shell is not fish (#62 - @benjamineskola)
- Remove execute permission from search git status file (32ffff6)
Changed
Updated references to this repo after having renamed my GitHub handle (patrickf3139 -> PatrickF1).
v4.9
fzf.fish
now only targets full compatibility with Fisher (version >= 4.0). OMF support has been dropped but should still mostly work except uninstallation with be slightly buggy for the foreseeable future. The main code change that altered compatibility was converting uninstallation from using an uninstall conf.d file to an event driven uninstall function (see #58). Thanks @jorgebucaran for helping make the change.
v4.8
v4.7
v4.6
v4.5
v4.3
v4.2
Changed
Two performance improvements
- Use the builtin
command --search
instead ofwhich
, which is much faster and removes a dependency. (#32) - Use the
test
builtin repeatedly instead ofls -o -d to get file types
in order to preview files, which is an order of magnitude faster (#33)
Three readability improvements
- Format readme with prettier and use reference links (#34)
- Convert license to markdown, which makes it more fun to read when clicked on in GitHub (#35)
- When defining functions, put arguments first before description (87cf0d4)
BIG thanks to @IlanCosman for introducing all these changes.
v4.1
v4.0
Added feature to select one or more paths from git status (#25)
- Add, restore, remove, inspect changed paths more efficiently
- Bound to
Ctrl+Alt+s
- Multi-select using tab and shift-tab
- Preserves the colors of git status for easier parsing
Fixes
- fixed a typo in
uninstall.fish
, credits to @Music47ell (#24)