fzf/src
Junegunn Choi b0673c3563
0.21.0
2020-03-12 13:15:45 +09:00
..
algo Fix prefix/suffix/equal matcher to trim whitespaces 2020-03-01 12:36:02 +09:00
protector Add pledge(2) support (OpenBSD only) via a 'protector' package. (#1297) 2020-01-19 14:13:32 +09:00
tui Make height option work under Windows (#1341) 2020-03-10 00:03:34 +09:00
util Fix prefix/suffix/equal matcher to trim whitespaces 2020-03-01 12:36:02 +09:00
LICENSE Update copyright year (#1832) 2020-01-25 01:41:55 +09:00
ansi.go Ignore xterm OSC control sequences 2020-03-03 21:19:23 +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 Experimental implementation of "reload" action 2019-11-10 11:43:37 +09:00
chunklist_test.go Remove count field from ChunkList 2017-08-16 12:26:06 +09:00
constants.go 0.21.0 2020-03-12 13:15:45 +09:00
core.go Fix incorrect header array mutation 2019-12-16 18:47:05 +09:00
history.go Code cleanup (#1640) 2019-07-19 13:22:35 +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 Experimental implementation of "reload" action 2019-11-10 11:43:37 +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 --keep-right option to keep the right end of the line visible 2020-03-11 22:35:24 +09:00
options_test.go Make pointer and multi-select marker customizable (#1844) 2020-02-17 10:19:03 +09:00
pattern.go Inverse-only matches should not reorder the remaining results 2018-12-19 23:05:29 +09:00
pattern_test.go Fix prefix/suffix/equal matcher to trim whitespaces 2020-03-01 12:36:02 +09:00
reader.go [windows] Use native walker since output of DOS command is not UTF-8 encoded (#1847) 2020-02-04 12:31:00 +09:00
reader_test.go Remove unnecessary reader barrier on --filter mode 2019-11-11 12:53:03 +09:00
result.go Improvements to code quality and readability (#1737) 2019-11-05 09:46:51 +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 Add --keep-right option to keep the right end of the line visible 2020-03-11 22:35:24 +09:00
terminal_test.go Improvements to code quality and readability (#1737) 2019-11-05 09:46:51 +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 Code cleanup (#1640) 2019-07-19 13:22:35 +09:00
tokenizer_test.go Code cleanup: remove unnecessary string conversions (#1642) 2019-07-19 13:23:18 +09:00
update_assets.rb Update release script to upload assets in parallel 2017-01-22 18:33:30 +09:00