github junegunn/fzf 0.24.4

latest releases: 0.51.0, 0.50.0, 0.49.0...
3 years ago
  • Added --preview-window option follow
    # Preview window will automatically scroll to the bottom
    fzf --preview-window follow --preview 'for i in $(seq 100000); do
      echo "$i"
      sleep 0.01
      (( i % 300 == 0 )) && printf "\033[2J"
    done'
  • Added change-prompt action
    fzf --prompt 'foo> ' --bind $'a:change-prompt:\x1b[31mbar> '
  • Bug fixes and improvements

Don't miss a new fzf release

NewReleases is sending notifications on new releases.