fzf v0.24.4 Release Notes

Release Date: 2020-12-05 // over 3 years ago
    • โž• Added --preview-window option follow sh # 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 sh fzf --prompt 'foo> ' --bind $'a:change-prompt:\x1b[31mbar> '
    • ๐Ÿ› Bug fixes and improvements