Blog
Git
fzy
terminal fuzzy finder picker
git clone
https://9o.is/git/fzy.git
Log
Files
Refs
README
LICENSE
Mode
Name
Size
-rw-r--r--
.clang-format
6L
-rw-r--r--
.github/workflows/test.yml
64L
-rw-r--r--
.gitignore
5L
-rw-r--r--
.travis.yml
35L
-rw-r--r--
ALGORITHM.md
173L
-rw-r--r--
CHANGELOG.md
111L
-rw-r--r--
LICENSE
21L
-rw-r--r--
Makefile
53L
-rw-r--r--
README.md
117L
-rw-r--r--
config.h
27L
-rwxr-xr-x
contrib/fzy-dvtm
50L
-rwxr-xr-x
contrib/fzy-tmux
44L
-rw-r--r--
deps/greatest/greatest.h
1189L
-rw-r--r--
deps/greatest/package.json
9L
-rw-r--r--
deps/theft/.gitignore
3L
-rw-r--r--
deps/theft/LICENSE
13L
-rw-r--r--
deps/theft/theft.c
496L
-rw-r--r--
deps/theft/theft.h
74L
-rw-r--r--
deps/theft/theft_bloom.c
145L
-rw-r--r--
deps/theft/theft_bloom.h
33L
-rw-r--r--
deps/theft/theft_hash.c
37L
-rw-r--r--
deps/theft/theft_mt.c
144L
-rw-r--r--
deps/theft/theft_mt.h
36L
-rw-r--r--
deps/theft/theft_types.h
197L
-rw-r--r--
deps/theft/theft_types_internal.h
73L
-rw-r--r--
fzy.1
107L
-rw-r--r--
src/bonus.h
116L
-rw-r--r--
src/choices.c
375L
-rw-r--r--
src/choices.h
56L
-rw-r--r--
src/config.def.h
27L
-rw-r--r--
src/fzy.c
71L
-rw-r--r--
src/match.c
224L
-rw-r--r--
src/match.h
24L
-rw-r--r--
src/options.c
138L
-rw-r--r--
src/options.h
30L
-rw-r--r--
src/tty.c
208L
-rw-r--r--
src/tty.h
72L
-rw-r--r--
src/tty_interface.c
480L
-rw-r--r--
src/tty_interface.h
36L
-rw-r--r--
test/acceptance/Gemfile
3L
-rw-r--r--
test/acceptance/Gemfile.lock
15L
-rw-r--r--
test/acceptance/acceptance_test.rb
487L
-rw-r--r--
test/fzytest.c
17L
-rw-r--r--
test/test_choices.c
170L
-rw-r--r--
test/test_match.c
232L
-rw-r--r--
test/test_properties.c
165L