| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-01-25 | Split integration test file (#4205) | Junegunn Choi | |
| 2025-01-23 | Fix RuboCop errors | Junegunn Choi | |
| 2025-01-23 | Fix --info-command when focus event is bound | Junegunn Choi | |
| Fix #4198 | |||
| 2025-01-23 | Add --header-lines-border to separate two headers | Junegunn Choi | |
| Examples: # Border only around the header from --header-lines seq 10 | fzf --header 'hello' --header-lines 2 --header-lines-border # Both headers with borders seq 10 | fzf --header 'hello' --header-lines 2 --header-border --header-lines-border # Use 'none' to still separate two headers but without a border seq 10 | fzf --header 'hello' --header-lines 2 --header-border --header-lines-border none --list-border | |||
| 2025-01-17 | Allow setting border styles at once with --style full:STYLE | Junegunn Choi | |
| 2025-01-16 | Export the current nth value as $FZF_NTH | Junegunn Choi | |
| 2025-01-15 | Add gap line | Junegunn Choi | |
| Close #4182 | |||
| 2025-01-13 | Fix change-nth | Junegunn Choi | |
| * Proper clean-up of caches * Force rerender list after the action | |||
| 2025-01-13 | Add change-nth action | Junegunn Choi | |
| Example: # Start with --nth 1, then 2, then 3, then back to the default, 1 echo 'foo foobar foobarbaz' | fzf --bind 'space:change-nth(2|3|)' --nth 1 -q foo Close #4172 Close #3109 | |||
| 2025-01-12 | Align header with the list | Junegunn Choi | |
| 2025-01-07 | Fix adaptive height with --header-border | Junegunn Choi | |
| 2025-01-06 | Remove header indentation when unnecessary | Junegunn Choi | |
| # Indent the header to align with the entries in the list fzf --header 'Hello' --header-border --list-border # No extra indentation required fzf --header 'Hello' --header-border | |||
| 2025-01-05 | Border around the header section | Junegunn Choi | |
| Close #4159 | |||
| 2025-01-02 | Fix RuboCop error | Junegunn Choi | |
| 2025-01-02 | Border around the input section (prompt + info) | Junegunn Choi | |
| Close #4154 | |||
| 2024-12-19 | Add toggle-hscroll | Junegunn Choi | |
| 2024-12-19 | Add toggle-multi-line action | Junegunn Choi | |
| 2024-12-12 | Restore previous behavior | Junegunn Choi | |
| 2024-12-12 | Change test case expectation (hard-coded minimum width removed) | Junegunn Choi | |
| 2024-12-12 | Respect the properties of the currently active preview window options | Junegunn Choi | |
| 2024-12-03 | chore: completion test command sequence (#4115) | LangLangBart | |
| cleanup zsh global scope | |||
| 2024-10-01 | Make RuboCop happy | Junegunn Choi | |
| 2024-10-01 | Add --gap option to put empty lines between items | Junegunn Choi | |
| 2024-09-12 | Redraw/hide scroll offset when 'info' property is changed | Junegunn Choi | |
| 2024-09-12 | Add 'noinfo' option to hide scroll offset information in preview window | Junegunn Choi | |
| fzf --preview 'seq 1000' --preview-window noinfo Close #2525 | |||
| 2024-08-29 | Test cases for non-default --scheme options | Junegunn Choi | |
| 2024-08-29 | Underscore boundaries should be ranked lower | Junegunn Choi | |
| 2024-08-27 | Change default --ellipsis to '··' | Junegunn Choi | |
| 2024-06-25 | Allow removing header line with change-header and transform-header | Junegunn Choi | |
| If the new header is an empty string. fzf --header loading --bind 'start:reload:sleep 3; ls' --bind 'load:change-header:' fzf --header loading --bind 'start:reload:sleep 3; ls' --bind 'load:transform-header:' | |||
| 2024-06-24 | Fix rubocop warning | Junegunn Choi | |
| 2024-06-24 | Do not start the initial reader if 'reload*' is bound to 'start' | Junegunn Choi | |
| 2024-06-20 | Allow empty pointer and marker | Junegunn Choi | |
| Close #3879 | |||
| 2024-06-20 | Add --info-command for customizing the input text | Junegunn Choi | |
| Close #3866 | |||
| 2024-06-12 | [fish] Merge history before searching (#3852) | ismay | |
| Co-authored-by: Junegunn Choi <junegunn.c@gmail.com> | |||
| 2024-06-01 | Revert "An '--expect' key should execute actions bound to the key" | Junegunn Choi | |
| To be backward compatible. Close #3829 | |||
| 2024-05-27 | Different marker for the first and last line of multi-line entries | Junegunn Choi | |
| Can be configured via `--marker-multi-line` | |||
| 2024-05-25 | Update integration test to use named pipes | Junegunn Choi | |
| 2024-05-22 | An '--expect' key should execute actions bound to the key | Junegunn Choi | |
| Fix #3810 | |||
| 2024-05-20 | Implement multi-line display of multi-line items | Junegunn Choi | |
| 2024-05-19 | Change default pointer and marker character | Junegunn Choi | |
| * Pointer: '▌' * Marker: '▏' They will still be set to '>' if `--no-unicode` is given. Reasons: * They look okay * They work better with multi-line items (WIP) | |||
| 2024-05-07 | Refactor the code so that fzf can be used as a library (#3769) | Junegunn Choi | |
| 2024-05-06 | Fix flaky test case | Junegunn Choi | |
| 2024-05-06 | Fix `change-preview` reset by `change-preview-window` | Junegunn Choi | |
| Fix #3770 | |||
| 2024-05-03 | Fix --info inline-right not properly clearing the previous output | Junegunn Choi | |
| (seq 100000; sleep 1) | fzf --info inline-right --bind load:change-query:x | |||
| 2024-04-27 | Add $FZF_POS environment variable | Junegunn Choi | |
| Close #2175 Close #3753 | |||
| 2024-04-27 | Add --with-shell for shelling out with different command and flags (#3746) | Junegunn Choi | |
| Close #3732 | |||
| 2024-04-27 | Add 'change-multi' action | Junegunn Choi | |
| Close #3754 | |||
| 2024-04-25 | Fix 'reload' not terminating closed standard input stream | Junegunn Choi | |
| Fix #3750 | |||
| 2024-04-19 | Respect $FZF_DEFAULT_OPTS_FILE in key bindings and completion (#3742) | Junegunn Choi | |
| Fix #3740 | |||
| 2024-04-10 | Add jump and jump-cancel events | Junegunn Choi | |
| Close #3412 # Default behavior fzf --bind space:jump # Same as jump-accept action fzf --bind space:jump,jump:accept # Accept on jump, abort on cancel fzf --bind space:jump,jump:accept,jump-cancel:abort # Change header on jump-cancel fzf --bind 'space:change-header(Type jump label)+jump,jump-cancel:change-header:Jump cancelled' | |||
