summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-08-31refactor: replace []byte(fmt.Sprintf) with fmt.Appendf (#4507)zhedazijingang
2025-08-27Fix rendering of items with tabs when using a non-default ellipsisJunegunn Choi
2025-08-22Do not unset FZF_DEFAULT_* variables when using winptyJunegunn Choi
2025-08-15Use fixed-length array when possible (#4488)Ioannis Pinakoulakis
2025-08-14chore: remove redundant word in comment (#4490)longhutianjie
2025-08-08Fix incorrect truncation of --info-command with --info=inline-rightJunegunn Choi
2025-08-03Fix '--color nth:regular' not to reset ANSI attributes of the original textJunegunn Choi
2025-08-03Fix a bug where you cannot unset the default `--nth` using `change-nth`Junegunn Choi
2025-08-02Fix $FZF_CLICK_{HEADER,FOOTER}_WORD with ANSI colors and tabsJunegunn Choi
2025-07-23Add 'trigger(KEY_OR_EVENT[,...])' actionJunegunn Choi
2025-07-23Better fix for #4465 - remove unnecessary eraseJunegunn Choi
2025-07-22Add 'click-footer' eventJunegunn Choi
2025-07-22Fix rendering error when hiding a preview window without borderJunegunn Choi
2025-07-22Fix --no-header-lines-border behaviorJunegunn Choi
2025-07-20Add support for {*n} and {*nf} placeholderJunegunn Choi
2025-07-06Fix selection lost on revision bumpJunegunn Choi
2025-07-06Fix regression where header is not updatedJunegunn Choi
2025-07-06Update: make generateJunegunn Choi
2025-07-06Add 'multi' event triggered on multi-selection changesJunegunn Choi
2025-07-03Normalize halfwidth and fullwidth characers for matchingJunegunn Choi
2025-07-02Update copyright yearJunegunn Choi
2025-07-02Run preview command when preview window appears after CTRL-ZJunegunn Choi
2025-07-02Fix panic caused by incorrect update orderingJunegunn Choi
2025-06-280.63.0Junegunn Choi
2025-06-27Reset full-background property after a new lineJunegunn Choi
2025-06-26Fix exact boundary match with --scheme=path or --tiebreak endJunegunn Choi
2025-06-26Fix highlight offsets of multi-line entriesJunegunn Choi
2025-06-25Refactor ANSI parserJunegunn Choi
2025-06-25Support full-line background color in the list sectionJunegunn Choi
2025-06-24with-nth: Do not trim trailing whitespaces with background colorsJunegunn Choi
2025-06-23Allow \e[K in addition to \e[0K for full-line backgroundJunegunn Choi
2025-06-22Terminate running background transform on exit (addendum)Junegunn Choi
2025-06-21Terminate running background transform on exitJunegunn Choi
2025-06-21Reorganize code to ensure deletion of temp filesJunegunn Choi
2025-06-21Add bg-cancel action to ignore running background transformsJunegunn Choi
2025-06-21Avoid full redraw when changing header and footer windowsJunegunn Choi
2025-06-20Do not reserve a single column at the end when scrollbar is hiddenJunegunn Choi
2025-06-19Add {*} placeholder flagJunegunn Choi
2025-06-19Revert "Add {*} placeholder flag"Junegunn Choi
2025-06-19Add {*} placeholder flagJunegunn Choi
2025-06-19chore: fix function name (#4425)曹家巧
2025-06-16Implement asynchronous transform actions (#4419)Junegunn Choi
2025-06-10Add footerJunegunn Choi
2025-06-10Fix inconsistent placement of header-lines with border optionsJunegunn Choi
2025-05-30Fix ANSI attributes lost when nth:regular is setJunegunn Choi
2025-05-30Fix ANSI attributes lost when 'regular' attribute is set to fg or nthJunegunn Choi
2025-05-30--no-color: Keep ANSI attributes in the listJunegunn Choi
2025-05-30--no-color: Keep ANSI attributes in preview windowJunegunn Choi
2025-05-30Do not apply 'nth' attributes to trailing whitespacesJunegunn Choi
2025-05-30Fix FZF_CLICK_HEADER_NTH for multi-line headersJunegunn Choi