| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-06-22 | Make transform*, --info-command, and execute-silent cancellable | Junegunn Choi | |
| Users can press CTRL-C after 1 second to terminate the command. Close #3883 | |||
| 2024-05-23 | Use MSYS=enable_pcon instead of winpty on mintty 3.4.5 or later | Junegunn Choi | |
| 2024-01-19 | Handle ambiguous emoji width | Junegunn Choi | |
| Fix #3588 | |||
| 2023-09-01 | Fix center-alignment of border/preview label | Junegunn Choi | |
| Fix #3421 | |||
| 2023-02-23 | Add spell check workflow (#3183) | Zhizhen He | |
| 2023-01-23 | Make test case pass on 32-bit platforms | Junegunn Choi | |
| Close #3127 | |||
| 2022-11-27 | Add more util tests (#3062) | OHZEKI Naoki | |
| Co-authored-by: Junegunn Choi <junegunn.c@gmail.com> | |||
| 2022-03-29 | Add --ellipsis=.. option | Junegunn Choi | |
| Close #2432 Also see - #1769 - https://github.com/junegunn/fzf/pull/1844#issuecomment-586663660 | |||
| 2021-12-22 | Fix rendering of the prompt line when overflow occurs with `--info=inline` | Junegunn Choi | |
| Fix #2692 | |||
| 2019-12-09 | Defer resetting multi-selection on reload | Junegunn Choi | |
| 2016-08-14 | [perf] evaluateBonus can start from sidx - 1 | Junegunn Choi | |
| 2016-08-14 | [perf] Optimize AWK-style tokenizer for --nth | Junegunn Choi | |
| Approx. 50% less memory footprint and 40% improvement in query time | |||
| 2015-10-02 | Use trimmed length when --nth is used with --tiebreak=length | Junegunn Choi | |
| This change improves sort ordering for aligned tabular input. Given the following input: apple juice 100 apple pie 200 fzf --nth=2 will now prefer the one with pie. Before this change fzf compared "juice " and "pie ", both of which have the same length. | |||
| 2015-01-12 | Reorganize source code | Junegunn Choi | |
