github PatrickF1/fzf.fish v9.9

latest releases: v10.3, v10.2, v10.1...
14 months ago

[Search history] Make date time format configurable (#299, @tamirzb )

Enable configuring the format of command execution times in Search History through the new fzf_history_time_format variable. This is highly valuable for non-US users who may be accustomed to reading dates as day-month (rather than month-day as the default is), or for people who want to search through previous years of command history.

fzf_configure_bindings completions

  • describe completions using their canonical name (be43ebf)
  • don't suggest completions that were already seen (145e5cf)

[Search Processes] use ps binary unaliased (#298, @tamirzb )

We should use the ps binary unalised because

  • there are 1.7k lines of alias ps= (source) on Github, and most these aliases will either cause the ps command to fail or to print redundant, hard-to-parse information
  • this is consistent with how fd is called unaliased from Search Directory

Don't miss a new fzf.fish release

NewReleases is sending notifications on new releases.