diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2025-01-25 10:58:24 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2025-01-25 10:58:24 +0900 |
| commit | 02199cd6093353abd659a8218cfe2faae8e55901 (patch) | |
| tree | 59896df11e06a841d7c68f3a78a3e8c68f6e3d80 | |
| parent | 26b9f5831a352f501e426d9e5c0c588a3656b0be (diff) | |
| download | fzf-02199cd6093353abd659a8218cfe2faae8e55901.tar.gz | |
Update CHANGLOG
| -rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cd85934..48ed6e0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ CHANGELOG - Added a new tiebreak option `pathname` for prioritizing file name matches - `--scheme=path` now sets `--tiebreak=pathname,length` - fzf will automatically choose `path` scheme when the input is a TTY device, where fzf would start its built-in walker or run `$FZF_DEFAULT_COMMAND` which is usually a command for listing files. +- Added `--header-lines-border` to display header from `--header-lines` with a separate border + ```sh + ps -ef | fzf --style full --layout reverse --header-lines 1 \ + --bind 'ctrl-r:reload(ps -ef)' --header 'Press CTRL-R to reload' \ + --header-lines-border bottom --no-list-border + ``` +- Bug fixes and improvements +- Fixed fish script to support fish 3.1.2 or later (@bitraid) 0.58.0 ------ |
