summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-07-06Deploying to master from @ junegunn/fzf@ff1550bb383c74267416132592516aae86628...junegunn
2025-07-03Normalize halfwidth and fullwidth characers for matchingJunegunn Choi
2025-07-02Explain the need to escape placeholders in transform actionsJunegunn 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-29Deploying to master from @ junegunn/fzf@397fe8e395d215cc3ce3d24527ae1cdbe27ac...junegunn
2025-06-280.63.0Junegunn Choi
2025-06-27Reset full-background property after a new lineJunegunn Choi
2025-06-27Bump github.com/charlievieth/fastwalk from 1.0.10 to 1.0.12 (#4431)dependabot[bot]
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-25Update CHANGELOGJunegunn 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-19Update .goreleaser to build android_arm64 binary (#4428)Junegunn Choi
2025-06-19Update man page and changelogJunegunn 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-06-09[bash,zsh] Skip comments in ~/.ssh/configKoichi Murase
2025-06-09[bash,zsh] Support "=" after "Hostname" and "Host" in ~/.ssh/configKoichi Murase
2025-06-09[bash,zsh] Remove redundant filtering-out of comment/blank linesKoichi Murase
2025-06-09[bash,zsh] Correctly exclude the hostname "0.0.0.0"Koichi Murase
2025-06-09[bash,zsh] Do not end the hostname analysis on "]" in ~/.ssh/known_hostsKoichi Murase
2025-06-09[bash,zsh] Process hostnames with uppercase letters in known_hostsKoichi Murase
2025-06-08Deploying to master from @ junegunn/fzf@bfa287b66ddd5282e1f778936d64cc8454794...junegunn
2025-06-08[bash,zsh] Separate common functions into "shell/common.sh"Koichi Murase
2025-06-08[bash,zsh] Work around mawk 1.3.3-20090705 not supporting the POSIX bracketsKoichi Murase
2025-06-08[bash,zsh] Work around Solaris awk, which is non-standardKoichi Murase
2025-06-08[bash,zsh] Work around a quirk of macOS awkKoichi Murase
2025-06-05[bash,zsh] Reduce the number of fork & execKoichi Murase
2025-06-05[zsh] Set shell options for pathname expansion "~/.ssh/config.d/*"Koichi Murase
2025-06-03[bash] Set shell options for pathname expansion "~/.ssh/config.d/*" (#4405)Koichi Murase
2025-06-03Fix the CI failure for PR caused by a spelling mistake (#4406)Koichi Murase
2025-06-01Deploying to master from @ junegunn/fzf@15d6c17390ba4d795989bcc65c0afaf91caaf...junegunn
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