summaryrefslogtreecommitdiff
path: root/src/core.go
AgeCommit message (Expand)Author
2025-10-09Introduce 'raw' modeJunegunn Choi
2025-09-29refactor: use maps.Copy and maps.Clone (#4518)mickychang9
2025-06-27Reset full-background property after a new lineJunegunn Choi
2025-06-26Fix highlight offsets of multi-line entriesJunegunn 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-10Add footerJunegunn Choi
2025-05-30--no-color: Keep ANSI attributes in the listJunegunn Choi
2025-04-25Reset coordinator delay on 'reload'Junegunn Choi
2025-04-22Revert "Disable tmux popup when already running inside one (#4351)"Junegunn Choi
2025-04-18Disable tmux popup when already running inside one (#4351)Pierre Guinoiseau
2025-02-26Trim trailing whitespaces after processing ANSI sequencesJunegunn Choi
2025-02-26Make --accept-nth compatible with --select-1Junegunn Choi
2025-02-23Add support for {n} in --with-nth and --accept-nth templatesJunegunn Choi
2025-02-12Make --accept-nth and --with-nth support templatesJunegunn Choi
2025-02-09Add 'exclude' action for excluding current/selected items from the result (#4...Junegunn Choi
2025-02-09Add --accept-nth option to transform the outputJunegunn Choi
2025-02-06Fix nth highlightingJunegunn Choi
2025-01-24Option to prioritize file name matches (#4192)Junegunn Choi
2025-01-13Simplify nth comparison when reusing transformed tokensJunegunn Choi
2025-01-13Fix change-nthJunegunn Choi
2025-01-13Add change-nth actionJunegunn Choi
2024-11-03Remove possible races (#4070)Junegunn Choi
2024-10-31Fix race in reload actionJunegunn Choi
2024-07-28Remove stale commentJunegunn Choi
2024-07-27Fix build errorJunegunn Choi
2024-07-27Minor refactoringJunegunn Choi
2024-07-27Fix incompatibility of adaptive height and 'start:reload'Junegunn Choi
2024-07-05Remove --walker-path-sepJunegunn Choi
2024-06-29Add --walker-path-sep=CHAR to use a different path separatorJunegunn Choi
2024-06-24Do not start the initial reader if 'reload*' is bound to 'start'Junegunn Choi
2024-06-17Improved --sync behaviorJunegunn Choi
2024-06-15--sync: Do not start TUI until initial filtering is completeJunegunn Choi
2024-06-12Do not open tmux or winpty in `--filter` modeJunegunn Choi
2024-06-10Less aggressive chunk cache invalidation for --tailJunegunn Choi
2024-06-04Add --tail=NUM to limit the number of items to keep in memoryJunegunn Choi
2024-06-01--tmux vs. --height: Last one winsJunegunn Choi
2024-05-23Use MSYS=enable_pcon instead of winpty on mintty 3.4.5 or laterJunegunn Choi
2024-05-23Do not run as winpty proxy if winpty is not availableJunegunn Choi
2024-05-20Use winpty to launch fzf in Git bash (mintty)Junegunn Choi
2024-05-18Add --tmux option to replace fzf-tmux scriptJunegunn Choi
2024-05-07Refactor the code to remove global variablesJunegunn Choi
2024-05-07Refactor the code so that fzf can be used as a library (#3769)Junegunn Choi
2024-04-27Add --with-shell for shelling out with different command and flags (#3746)Junegunn Choi
2024-04-20Remove invalid 'result' event when using --sync optionJunegunn Choi
2024-04-14Fix streaming filter mode by not running reader callback concurrentlyJunegunn Choi
2024-04-13Enable profiling options when 'pprof' tag is set (#2813)Charlie Vieth
2024-04-02Further performance improvements by removing unnecessary copiesJunegunn Choi
2024-04-01Improve ingestion performance (by around 20%)Junegunn Choi
2024-03-27Fix reload and reload-sync behaviorsJunegunn Choi