summaryrefslogtreecommitdiff
path: root/src/reader.go
AgeCommit message (Expand)Author
2025-08-14chore: remove redundant word in comment (#4490)longhutianjie
2025-04-11reader: Do not append '/' to '/'Junegunn Choi
2025-02-25Use '/' as path separator on MSYS2Junegunn Choi
2025-02-18walker: Append path separator to directoriesJunegunn Choi
2024-11-26Extend --walker-skip to support multi-component patternsJunegunn Choi
2024-11-25Allow walking multiple root directories (#4109)msabathier
2024-11-03Fix reader regression (#4070)Junegunn Choi
2024-11-03Remove possible races (#4070)Junegunn Choi
2024-10-31Fix race in reload actionJunegunn Choi
2024-10-25walker: Do not treat '..' as a hidden entryJunegunn Choi
2024-07-28Remove stale commentJunegunn Choi
2024-07-27Fix incompatibility of adaptive height and 'start:reload'Junegunn Choi
2024-07-19Update fastwalk to v1.0.8 for better MSYS detection and sorting (#3930)Charlie Vieth
2024-07-08Update charlievieth/fastwalk to use forward-slashes on WSL and MSYS (#3907)Charlie Vieth
2024-07-05Remove --walker-path-sepJunegunn Choi
2024-06-29Add --walker-path-sep=CHAR to use a different path separatorJunegunn Choi
2024-06-13--walker-skip should also handle symlinks to directoriesJunegunn Choi
2024-06-01Immediately close standard output of the child processJunegunn Choi
2024-05-23execute: Open separate handles to /dev/tty (in, out, err)Junegunn 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-25Fix 'reload' not terminating closed standard input streamJunegunn Choi
2024-04-14Improve search performance by limiting the search scopeJunegunn Choi
2024-04-04Do not trim CR on Windows when --read0 is setJunegunn Choi
2024-04-02Improve ingestion performance (by around 40%)Junegunn Choi
2024-04-01Improve ingestion performance (by around 20%)Junegunn Choi
2024-03-13Add walker options and replace 'find' with the built-in walker (#3649)Junegunn Choi
2024-02-19Export FZF_* variables to 'reload' process as wellJunegunn Choi
2024-02-15Code cleanup: Remove unused argumentJunegunn Choi
2024-02-15Replace "default find command" with built-in directory traversalJunegunn Choi
2023-07-12Use $SHELL instead of bash if it's known to support 'pipefail'Junegunn Choi
2020-03-14[windows] Do not include directories in the listJunegunn Choi
2020-02-04[windows] Use native walker since output of DOS command is not UTF-8 encoded ...mattn
2019-11-11Remove unnecessary reader barrier on --filter modeJunegunn Choi
2019-11-10Experimental implementation of "reload" actionJunegunn Choi
2018-09-28Kill running preview process after 500ms when focus has changedJunegunn Choi
2017-09-28Update FZF_DEFAULT_COMMANDJunegunn Choi
2017-08-26Minor refactoringsJunegunn Choi
2017-08-16Make Reader event notification asynchronousJunegunn Choi
2017-07-01Print [ERROR] on info line when the default command failedJunegunn Choi
2016-11-08Fix issues in tcell renderer and Windows buildJunegunn Choi
2016-11-07Implement tcell-based rendererMichael Kelley
2016-08-16Increase read buffer size to 64KBJunegunn Choi
2016-02-07Use $SHELL to start $FZF_DEFAULT_COMMAND (#481)Junegunn Choi
2015-08-02Performance fix - unnecessary rune convertion on --ansiJunegunn Choi
2015-08-02Performance tuning - eager rune array conversionJunegunn Choi
2015-07-22Add --header-lines optionJunegunn Choi
2015-06-08add support to nil-byte separated input strings, closes #121Giulio Iotti
2015-06-03Fix #248 - Premature termination of Reader on long inputJunegunn Choi