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-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
2024-03-13
Add walker options and replace 'find' with the built-in walker (#3649)
Junegunn Choi
2024-02-19
Export FZF_* variables to 'reload' process as well
Junegunn Choi
2023-12-21
Add support for negative --height
Junegunn Choi
2023-05-27
Fix bug where preview is not updated after reload when --disabled is set
Junegunn Choi
2023-05-27
Remove dead code
Junegunn Choi
2023-05-01
Fix caching when reload and query change triggered by the same binding
Junegunn Choi
2023-04-30
Fix search not triggered when query change and reload happen at the same time
Junegunn Choi
2023-04-02
Fix a bug of height range with -1 or -0 (#3226)
tyama711
2022-12-31
Fix cache being immediately cleared on reload-sync
Junegunn Choi
2022-12-29
Add reload-sync action
Junegunn Choi
2022-09-28
Implement height range (--height ~[VALUE][%])
Junegunn Choi
[next]