index
:
fzf
v0.66.0-custom
Personal fork of fzf
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
reader.go
Age
Commit message (
Expand
)
Author
2025-08-14
chore: remove redundant word in comment (#4490)
longhutianjie
2025-04-11
reader: Do not append '/' to '/'
Junegunn Choi
2025-02-25
Use '/' as path separator on MSYS2
Junegunn Choi
2025-02-18
walker: Append path separator to directories
Junegunn Choi
2024-11-26
Extend --walker-skip to support multi-component patterns
Junegunn Choi
2024-11-25
Allow walking multiple root directories (#4109)
msabathier
2024-11-03
Fix reader regression (#4070)
Junegunn Choi
2024-11-03
Remove possible races (#4070)
Junegunn Choi
2024-10-31
Fix race in reload action
Junegunn Choi
2024-10-25
walker: Do not treat '..' as a hidden entry
Junegunn Choi
2024-07-28
Remove stale comment
Junegunn Choi
2024-07-27
Fix incompatibility of adaptive height and 'start:reload'
Junegunn Choi
2024-07-19
Update fastwalk to v1.0.8 for better MSYS detection and sorting (#3930)
Charlie Vieth
2024-07-08
Update charlievieth/fastwalk to use forward-slashes on WSL and MSYS (#3907)
Charlie Vieth
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-13
--walker-skip should also handle symlinks to directories
Junegunn Choi
2024-06-01
Immediately close standard output of the child process
Junegunn Choi
2024-05-23
execute: Open separate handles to /dev/tty (in, out, err)
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-25
Fix 'reload' not terminating closed standard input stream
Junegunn Choi
2024-04-14
Improve search performance by limiting the search scope
Junegunn Choi
2024-04-04
Do not trim CR on Windows when --read0 is set
Junegunn Choi
2024-04-02
Improve ingestion performance (by around 40%)
Junegunn Choi
2024-04-01
Improve ingestion performance (by around 20%)
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
2024-02-15
Code cleanup: Remove unused argument
Junegunn Choi
2024-02-15
Replace "default find command" with built-in directory traversal
Junegunn Choi
2023-07-12
Use $SHELL instead of bash if it's known to support 'pipefail'
Junegunn Choi
2020-03-14
[windows] Do not include directories in the list
Junegunn Choi
2020-02-04
[windows] Use native walker since output of DOS command is not UTF-8 encoded ...
mattn
2019-11-11
Remove unnecessary reader barrier on --filter mode
Junegunn Choi
2019-11-10
Experimental implementation of "reload" action
Junegunn Choi
2018-09-28
Kill running preview process after 500ms when focus has changed
Junegunn Choi
2017-09-28
Update FZF_DEFAULT_COMMAND
Junegunn Choi
2017-08-26
Minor refactorings
Junegunn Choi
2017-08-16
Make Reader event notification asynchronous
Junegunn Choi
2017-07-01
Print [ERROR] on info line when the default command failed
Junegunn Choi
2016-11-08
Fix issues in tcell renderer and Windows build
Junegunn Choi
2016-11-07
Implement tcell-based renderer
Michael Kelley
2016-08-16
Increase read buffer size to 64KB
Junegunn Choi
2016-02-07
Use $SHELL to start $FZF_DEFAULT_COMMAND (#481)
Junegunn Choi
2015-08-02
Performance fix - unnecessary rune convertion on --ansi
Junegunn Choi
2015-08-02
Performance tuning - eager rune array conversion
Junegunn Choi
2015-07-22
Add --header-lines option
Junegunn Choi
2015-06-08
add support to nil-byte separated input strings, closes #121
Giulio Iotti
2015-06-03
Fix #248 - Premature termination of Reader on long input
Junegunn Choi
[next]