fzy
terminal fuzzy finder picker
git clone https://9o.is/git/fzy.git
fzytest.c
(290B)
1 #include "greatest/greatest.h"
2
3 SUITE(match_suite);
4 SUITE(choices_suite);
5 SUITE(properties_suite);
6
7 GREATEST_MAIN_DEFS();
8
9 int main(int argc, char *argv[]) {
10 GREATEST_MAIN_BEGIN();
11
12 RUN_SUITE(match_suite);
13 RUN_SUITE(choices_suite);
14 RUN_SUITE(properties_suite);
15
16 GREATEST_MAIN_END();
17 }