summaryrefslogtreecommitdiffstats
path: root/src/reader.go
AgeCommit message (Expand)Author
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
2015-04-17Improvements in performance and memory usageJunegunn Choi
2015-01-12Reorganize source codeJunegunn Choi
2015-01-12LintJunegunn Choi
2015-01-07Remove extraneous quote-escapeJunegunn Choi
2015-01-04Rewrite fzf in GoJunegunn Choi