fzf/src
Junegunn Choi 8c533e34ea
0.25.0
2021-01-03 00:56:11 +09:00
..
algo Accented character normalization for Vietnamese characters (#2090) 2020-06-21 17:19:38 +09:00
protector Add pledge(2) support (OpenBSD only) via a 'protector' package. (#1297) 2020-01-19 14:13:32 +09:00
tui Make search toggleable 2021-01-03 00:15:00 +09:00
util Update AtomicBool to use atomic memory operation (#1939) 2020-03-30 01:42:58 +09:00
LICENSE 0.25.0 2021-01-03 00:56:11 +09:00
ansi.go Support ANSI code for clearing the rest of the line (ESC[0K) 2020-11-25 01:49:48 +09:00
ansi_test.go Fix unit tests 2020-11-25 13:08:28 +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.24.0-rc1 2020-10-27 11:07:27 +09:00
core.go 0.25.0 2021-01-03 00:56:11 +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 Make search toggleable 2021-01-03 00:15:00 +09:00
options_test.go Fix alt-, for --expect 2020-12-31 03:38:46 +09:00
pattern.go Smart match of accented characters 2020-07-28 13:06:57 +09:00
pattern_test.go Fix prefix/suffix/equal matcher to trim whitespaces 2020-03-01 12:36:02 +09:00
reader.go [windows] Do not include directories in the list 2020-03-14 21:43:35 +09:00
reader_test.go Remove unnecessary reader barrier on --filter mode 2019-11-11 12:53:03 +09:00
result.go Change how hl:-1 or hl+:-1 is applied to text with background color 2020-12-04 19:27:43 +09:00
result_others.go Optimize rank comparison on x86 (little-endian) 2017-08-27 01:46:11 +09:00
result_test.go Fix unit tests 2020-11-25 13:08:28 +09:00
result_x86.go Optimize rank comparison on x86 (little-endian) 2017-08-27 01:46:11 +09:00
terminal.go Do not disable mouse on SIGCONT before SIGSTOP 2021-01-03 00:43:56 +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