index
:
fzf
v0.66.0-custom
Personal fork of fzf
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core.go
Age
Commit message (
Expand
)
Author
2025-10-09
Introduce 'raw' mode
Junegunn Choi
2025-09-29
refactor: use maps.Copy and maps.Clone (#4518)
mickychang9
2025-06-27
Reset full-background property after a new line
Junegunn Choi
2025-06-26
Fix highlight offsets of multi-line entries
Junegunn Choi
2025-06-25
Support full-line background color in the list section
Junegunn Choi
2025-06-24
with-nth: Do not trim trailing whitespaces with background colors
Junegunn Choi
2025-06-10
Add footer
Junegunn Choi
2025-05-30
--no-color: Keep ANSI attributes in the list
Junegunn Choi
2025-04-25
Reset coordinator delay on 'reload'
Junegunn Choi
2025-04-22
Revert "Disable tmux popup when already running inside one (#4351)"
Junegunn Choi
2025-04-18
Disable tmux popup when already running inside one (#4351)
Pierre Guinoiseau
2025-02-26
Trim trailing whitespaces after processing ANSI sequences
Junegunn Choi
2025-02-26
Make --accept-nth compatible with --select-1
Junegunn Choi
2025-02-23
Add support for {n} in --with-nth and --accept-nth templates
Junegunn Choi
2025-02-12
Make --accept-nth and --with-nth support templates
Junegunn Choi
2025-02-09
Add 'exclude' action for excluding current/selected items from the result (#4...
Junegunn Choi
2025-02-09
Add --accept-nth option to transform the output
Junegunn Choi
2025-02-06
Fix nth highlighting
Junegunn Choi
2025-01-24
Option to prioritize file name matches (#4192)
Junegunn Choi
2025-01-13
Simplify nth comparison when reusing transformed tokens
Junegunn Choi
2025-01-13
Fix change-nth
Junegunn Choi
2025-01-13
Add change-nth action
Junegunn Choi
2024-11-03
Remove possible races (#4070)
Junegunn Choi
2024-10-31
Fix race in reload action
Junegunn Choi
2024-07-28
Remove stale comment
Junegunn Choi
2024-07-27
Fix build error
Junegunn Choi
2024-07-27
Minor refactoring
Junegunn Choi
2024-07-27
Fix incompatibility of adaptive height and 'start:reload'
Junegunn Choi
2024-07-05
Remove --walker-path-sep
Junegunn Choi
2024-06-29
Add --walker-path-sep=CHAR to use a different path separator
Junegunn Choi
2024-06-24
Do not start the initial reader if 'reload*' is bound to 'start'
Junegunn Choi
2024-06-17
Improved --sync behavior
Junegunn Choi
2024-06-15
--sync: Do not start TUI until initial filtering is complete
Junegunn Choi
2024-06-12
Do not open tmux or winpty in `--filter` mode
Junegunn Choi
2024-06-10
Less aggressive chunk cache invalidation for --tail
Junegunn Choi
2024-06-04
Add --tail=NUM to limit the number of items to keep in memory
Junegunn Choi
2024-06-01
--tmux vs. --height: Last one wins
Junegunn Choi
2024-05-23
Use MSYS=enable_pcon instead of winpty on mintty 3.4.5 or later
Junegunn Choi
2024-05-23
Do not run as winpty proxy if winpty is not available
Junegunn Choi
2024-05-20
Use winpty to launch fzf in Git bash (mintty)
Junegunn Choi
2024-05-18
Add --tmux option to replace fzf-tmux script
Junegunn Choi
2024-05-07
Refactor the code to remove global variables
Junegunn Choi
2024-05-07
Refactor the code so that fzf can be used as a library (#3769)
Junegunn Choi
2024-04-27
Add --with-shell for shelling out with different command and flags (#3746)
Junegunn Choi
2024-04-20
Remove invalid 'result' event when using --sync option
Junegunn Choi
2024-04-14
Fix streaming filter mode by not running reader callback concurrently
Junegunn Choi
2024-04-13
Enable profiling options when 'pprof' tag is set (#2813)
Charlie Vieth
2024-04-02
Further performance improvements by removing unnecessary copies
Junegunn Choi
2024-04-01
Improve ingestion performance (by around 20%)
Junegunn Choi
2024-03-27
Fix reload and reload-sync behaviors
Junegunn Choi
[next]