index
:
fzf
v0.66.0-custom
Personal fork of fzf
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
util
/
util_windows.go
Age
Commit message (
Expand
)
Author
2024-05-18
chore: use strings.ReplaceAll (#3801)
Zhizhen He
2024-05-14
0.52.1
Junegunn Choi
2024-05-07
Refactor the code so that fzf can be used as a library (#3769)
Junegunn Choi
2024-05-06
Do not enable delayed expansion mode when running cmd.exe
Junegunn Choi
2024-04-28
Escaping for cmd.exe: always use double quotes
Junegunn Choi
2024-04-28
Fix escaping for cmd.exe
Junegunn Choi
2024-04-28
Determine shell type once by the basename
Junegunn Choi
2024-04-28
Restore CmdLine parameter when running commands using cmd.exe
Junegunn Choi
2024-04-27
Add --with-shell for shelling out with different command and flags (#3746)
Junegunn Choi
2023-02-15
become: Set stdin to /dev/tty
Junegunn Choi
2022-03-29
Modernize build tags
Junegunn Choi
2021-11-02
Fix powershell escaping
Rashil Gandhi
2021-10-25
Cache cygpath result
Junegunn Choi
2021-10-23
Respect SHELL env var on Windows (#2641)
Rashil Gandhi
2018-10-07
0.17.5
Junegunn Choi
2018-09-28
Kill running preview process after 500ms when focus has changed
Junegunn Choi
2018-01-17
Update Windows default command to print relative paths (#1200)
Jan Edmund Lazo
2017-10-15
Fix compilation error of Windows binary
Junegunn Choi
2017-10-14
Fix ExecCommandWith for cmd.exe in Windows (#1072)
Jan Edmund Lazo
2017-09-28
Update FZF_DEFAULT_COMMAND
Junegunn Choi
2017-06-03
Fixes for Cygwin
Junegunn Choi
2017-06-01
Use glide to handle go dependencies
Edgar Lee
2017-05-25
Use read syscall directly to get character (#931)
Tw
2017-01-08
Add --height option
Junegunn Choi
2016-11-08
Fix issues in tcell renderer and Windows build
Junegunn Choi
2016-11-07
Prepare for termbox/windows build
Junegunn Choi