fzf v0.9.5 Release Notes

  • ๐Ÿ†• New features

    โž• Added --ansi option (#150)

    If you give --ansi option to fzf, fzf will interpret ANSI color codes from the input, display the item with the ANSI colors (true colors are not ๐Ÿ‘Œ supported), and strips the codes from the output. This option is off by 0๏ธโƒฃ default as it entails some overhead.

    ๐Ÿ‘Œ Improvements

    โฌ‡๏ธ Reduced initial memory footprint (#151)

    By removing unnecessary copy of pointers, fzf will use significantly smaller amount of memory when it's started. The difference is hugely noticeable when the input is extremely large. (e.g. locate / | fzf)

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fixed panic on --no-sort --filter '' (#149)