Skip to content

0.61.0

Choose a tag to compare

@junegunn junegunn released this 30 Mar 10:57
· 488 commits to master since this release
v0.61.0
e15cba0
  • Added --ghost=TEXT to display a ghost text when the input is empty
    # Display "Type to search" when the input is empty
    fzf --ghost "Type to search"
  • Added change-ghost and transform-ghost actions for dynamically changing the ghost text
  • Added change-pointer and transform-pointer actions for dynamically changing the pointer sign
  • Added r flag for placeholder expression (raw mode) for unquoted output
  • Bug fixes and improvements