github junegunn/fzf 0.30.0

latest releases: 0.52.1, 0.52.0, 0.51.0...
2 years ago
  • Fixed cursor flickering over the screen by hiding it during rendering
  • Added --ellipsis option. You can take advantage of it to make fzf
    effectively search non-visible parts of the item.
    # Search against hidden line numbers on the far right
    nl /usr/share/dict/words                  |
      awk '{printf "%s%1000s\n", $2, $1}'     |
      fzf --nth=-1 --no-hscroll --ellipsis='' |
      awk '{print $2}'
  • Added rebind action for restoring bindings after unbind
  • Bug fixes and improvements

Don't miss a new fzf release

NewReleases is sending notifications on new releases.