m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-19 17:13:42 -05:00

Add --ghost=TEXT to display a ghost text when the input is empty

This commit is contained in:
Junegunn Choi
2025-03-14 16:46:23 +09:00
parent 6c104d771e
commit 4298c0b1eb
5 changed files with 44 additions and 0 deletions

View File

@@ -1,6 +1,14 @@
CHANGELOG
=========
0.61.0
------
- Added `--ghost=TEXT` to display a ghost text when the input is empty
```sh
# Display "Type to search" when the input is empty
fzf --ghost "Type to search"
```
0.60.3
------
- Bug fixes and improvements