github junegunn/fzf 0.42.0

latest releases: v0.55.0, v0.54.3, v0.54.2...
15 months ago
  • Added new info style: --info=right
  • Added new info style: --info=inline-right
  • Added new border style thinblock which uses symbols for legacy computing one eighth block elements
    • Similarly to block, this style is suitable when using a different background color because the window is completely contained within the border.
    • This style may not render correctly depending on the font and the terminal emulator.
    • thinblock
      • BAT_THEME=GitHub fzf --info=right --border=thinblock --preview-window=border-thinblock \
            --margin=3 --scrollbar=▏▕ --preview='bat --color=always --style=numbers {}' \
            --color=light,query:238,fg:238,bg:251,bg+:249,gutter:251,border:248,preview-bg:253
    • block
      • BAT_THEME=GitHub fzf --info=right --border=block --preview-window=border-block \
            --margin=3 --scrollbar=▌▐ --separator=━ --preview='bat --color=always --style=numbers {}' \
            --color=light,query:238,fg:238,bg:251,bg+:249,gutter:251,border:248,preview-bg:253,preview-border:252
        image

Don't miss a new fzf release

NewReleases is sending notifications on new releases.