fzf/src
Junegunn Choi ff951341c9
0.18.0
2019-03-31 11:22:38 +09:00
..
algo Remove an unnecessary code branch 2017-08-26 20:09:46 +09:00
tui Add --no-unicode option to draw borders in ASCII characters 2019-03-29 02:11:03 +09:00
util Always prepend ANSI reset code before re-assembling tokens 2019-03-07 15:29:57 +09:00
LICENSE 0.16.3 2017-01-30 01:53:17 +09:00
ansi.go Always prepend ANSI reset code before re-assembling tokens 2019-03-07 15:29:57 +09:00
ansi_test.go Always prepend ANSI reset code before re-assembling tokens 2019-03-07 15:29:57 +09:00
cache.go Consolidate Result and rank structs 2017-07-18 03:14:33 +09:00
cache_test.go Remove special nilItem 2017-08-15 01:10:41 +09:00
chunklist.go Remove count field from ChunkList 2017-08-16 12:26:06 +09:00
chunklist_test.go Remove count field from ChunkList 2017-08-16 12:26:06 +09:00
constants.go 0.18.0 2019-03-31 11:22:38 +09:00
core.go Always prepend ANSI reset code before re-assembling tokens 2019-03-07 15:29:57 +09:00
history.go Lint 2015-08-02 13:11:59 +09:00
history_test.go Implement tcell-based renderer 2016-11-07 02:32:14 +09:00
item.go Remove special nilItem 2017-08-15 01:10:41 +09:00
item_test.go Micro-optimizations 2016-08-19 02:39:32 +09:00
matcher.go Inverse-only matches should not reorder the remaining results 2018-12-19 23:05:29 +09:00
merger.go Remove special nilItem 2017-08-15 01:10:41 +09:00
merger_test.go Further reduce unnecessary rune array conversion 2017-07-21 17:31:11 +09:00
options.go Add --no-unicode option to draw borders in ASCII characters 2019-03-29 02:11:03 +09:00
options_test.go Make fzf pass go vet 2018-03-13 14:56:55 +09:00
pattern.go Inverse-only matches should not reorder the remaining results 2018-12-19 23:05:29 +09:00
pattern_test.go Make fzf pass go vet 2018-03-13 14:56:55 +09:00
reader.go Kill running preview process after 500ms when focus has changed 2018-09-28 10:33:52 +09:00
reader_test.go Update FZF_DEFAULT_COMMAND 2017-09-28 23:05:02 +09:00
result.go Optimize rank comparison on x86 (little-endian) 2017-08-27 01:46:11 +09:00
result_others.go Optimize rank comparison on x86 (little-endian) 2017-08-27 01:46:11 +09:00
result_test.go Optimize rank comparison on x86 (little-endian) 2017-08-27 01:46:11 +09:00
result_x86.go Optimize rank comparison on x86 (little-endian) 2017-08-27 01:46:11 +09:00
terminal.go Fix regression of prompt display 2019-03-30 02:07:09 +09:00
terminal_test.go Implement flag for preserving whitespace around field (#1242) 2018-03-30 11:47:46 +09:00
terminal_unix.go Support CTRL-Z (SIGSTOP) 2017-04-28 22:58:08 +09:00
terminal_windows.go Support CTRL-Z (SIGSTOP) 2017-04-28 22:58:08 +09:00
tokenizer.go Make fzf pass go vet 2018-03-13 14:56:55 +09:00
tokenizer_test.go Make fzf pass go vet 2018-03-13 14:56:55 +09:00
update_assets.rb Update release script to upload assets in parallel 2017-01-22 18:33:30 +09:00