Skip to content

v9.9

Compare
Choose a tag to compare
@PatrickF1 PatrickF1 released this 11 Jul 22:26
· 15 commits to main since this release
9876f5f

[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