index
:
fzf
v0.66.0-custom
Personal fork of fzf
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2024-05-20
Respect $NO_COLOR environment variable
Junegunn Choi
2024-05-20
Implement multi-line display of multi-line items
Junegunn Choi
2024-05-19
Change default pointer and marker character
Junegunn Choi
2024-05-18
Do not 'become' inside a tmux popup
Junegunn Choi
2024-05-18
Update README
Junegunn Choi
2024-05-18
[vim] Use native --tmux option instead of fzf-tmux when possible
Junegunn Choi
2024-05-18
Add --tmux option to replace fzf-tmux script
Junegunn Choi
2024-05-18
chore: use strings.ReplaceAll (#3801)
Zhizhen He
2024-05-15
Make :FZF work in Vim from Git Bash (#3798)
Enno
2024-05-15
docs: update zsh integration instructions (#3794)
LangLangBart
2024-05-15
Fix tcell test case
Junegunn Choi
2024-05-15
Refactor tui.TtyIn()
Junegunn Choi
2024-05-15
Revert "Close handles to /dev/tty", instead reuse handles
Junegunn Choi
2024-05-14
Close handles to /dev/tty
Junegunn Choi
2024-05-14
Render UI directly to /dev/tty
Junegunn Choi
2024-05-14
0.52.1
Junegunn Choi
2024-05-12
Deploying to master from @ junegunn/fzf@07880ca4415009d7a151d262bc5ac62f8b6dc...
junegunn
2024-05-09
chore: Update flags to include long-form options for case (#3785)
LangLangBart
2024-05-08
0.52.0
Junegunn Choi
2024-05-07
Minor fixup
Junegunn Choi
2024-05-07
Add color names: selected-{fg,bg,hl}
Junegunn Choi
2024-05-07
[vim] Revert 7411da8d5a37b94b2171920c82c0dafe6f9115b6
Junegunn Choi
2024-05-07
[install] tar --no-same-owner
Junegunn Choi
2024-05-07
[shell] Add $FZF_COMPLETION_{DIR,PATH}_OPTS
Junegunn Choi
2024-05-07
Rename --cursor-line to --highlight-line
Junegunn Choi
2024-05-07
Refactor the code to remove global variables
Junegunn Choi
2024-05-07
Add --cursor-line to highlight the whole current line
Junegunn Choi
2024-05-07
Add current-{fg,bg,hl} as synonyms for {fg,bg,hl}+
Junegunn Choi
2024-05-07
Refactor the code so that fzf can be used as a library (#3769)
Junegunn Choi
2024-05-06
Bump golang.org/x/term from 0.19.0 to 0.20.0 (#3774)
dependabot[bot]
2024-05-06
Bump crate-ci/typos from 1.20.10 to 1.21.0 (#3772)
dependabot[bot]
2024-05-06
Fix flaky test case
Junegunn Choi
2024-05-06
Do not enable delayed expansion mode when running cmd.exe
Junegunn Choi
2024-05-06
Fix `change-preview` reset by `change-preview-window`
Junegunn Choi
2024-05-06
Count $FZF_CLICK_HEADER_LINE from top to bottom
Junegunn Choi
2024-05-05
Add click-header event for reporting clicks within header (#3768)
Kuremu
2024-05-05
Fix rendering of preview window border of tcell renderer
Junegunn Choi
2024-05-05
Reduce flicking when changing the size of the preview window with --border
Junegunn Choi
2024-05-05
Remove unnecessary flicking when changing the size of the preview window
Junegunn Choi
2024-05-05
Clear characters on 1-column margin after the preview window on the left
Junegunn Choi
2024-05-03
Fix --info inline-right not properly clearing the previous output
Junegunn Choi
2024-05-02
Fix unreliable GOOS detection (#3763)
cyqsimon
2024-05-01
0.51.0
Junegunn Choi
2024-05-01
[vim] Fix argument escaping for Windows batch file
Junegunn Choi
2024-05-01
Fix TestOSExitNotAllowed to handle empty GOROOT (#3758)
Charlie Vieth
2024-04-29
Bump crate-ci/typos from 1.20.9 to 1.20.10 (#3757)
dependabot[bot]
2024-04-28
Escaping for cmd.exe: always use double quotes
Junegunn Choi
2024-04-28
Fix escaping for cmd.exe
Junegunn Choi
2024-04-28
Determine shell type once by the basename
Junegunn Choi
2024-04-28
Restore CmdLine parameter when running commands using cmd.exe
Junegunn Choi
[next]