summarylogtreecommitdiffstats
path: root/PKGBUILD
AgeCommit message (Collapse)Author
2020-06-15change pkgver functionhaawda
2018-04-24add some quotinghaawda
2017-11-18Updated version (r328.7b9f9c9 -> r330.919bae5).haawda
Changelog ========= Merge pull request #59 from svenstaro/patch-1 (919bae5) Remove multithreading from TODO (21c7d51)
2017-10-24Updated version (r325.d9f926f -> r328.7b9f9c9).haawda
Changelog ========= Add pkgsrc instructions (7b9f9c9) Merge pull request #57 from srstevenson/no-sudo-brew (abffabe) Don't instruct to run Homebrew as root (5b49524)
2017-10-21Updated version (r321.dc4e9b8 -> r325.d9f926f).haawda
Changelog ========= fzy is now in arch community (d9f926f) Cleanup README (c480505) Merge pull request #49 from casr/add-macports (1e48bbe) Add information about how to install with MacPorts (dbfeab2)
2017-10-16Updated version (r320.0ee47c2 -> r321.dc4e9b8).haawda
Changelog ========= Rewrite cursor implementation (dc4e9b8)
2017-10-08Updated version (r316.34bf44e -> r320.0ee47c2).haawda
Changelog ========= Upgrade greatest to version 3.1 (0ee47c2) Add acceptance test for moving text cursor (ca1fb61) Merge pull request #46 from keith/ks/arrow-keys (99fb33f) Support arrow key movements (e0ce095)
2017-10-06Updated version (r314.f1e5078 -> r316.34bf44e).haawda
Changelog ========= Merge pull request #54 from neuschaefer/score (34bf44e) Fix line maximum line length when scores are shown (887bacc)
2017-08-13Updated version (r312.df59e21 -> r314.f1e5078).haawda
Changelog ========= Add acceptance test for bracketed paste characters (f1e5078) Ignore bracketed paste characters (59d80ed)
2017-05-27Updated version (r310.eda33da -> r312.df59e21).haawda
2017-04-27Updated version (r308.204eaec -> r310.eda33da).haawda
2017-04-17Updated version (r304.df0725e -> r308.204eaec).haawda
2017-04-05Updated version (r294.cb3840f -> r304.df0725e).haawda
2017-03-26Updated version (r292.3c0ab21 -> r294.cb3840f).haawda
Changelog ========= Merge pull request #35 from sbdchd/master (cb3840f) Updated README.md with homebrew-core formula (5ad0c38)
2017-03-22Updated version (r290.1e19357 -> r292.3c0ab21).haawda
Changelog ========= Merge pull request #34 from artdevjs/patch-1 (3c0ab21) Update README.md (9e1d2cd)
2017-02-23Updated version (r288.eaf3b9d -> r290.1e19357).Stefan Husmann
Changelog ========= Merge pull request #30 from lenormf/multiplexer-support (1e19357) Implement support scripts for `tmux` and `dvtm` (94c27bc)
2017-02-08Updated version (r279.2771d76 -> r288.eaf3b9d).Stefan Husmann
Changelog ========= Add acceptance test for non-interactive mode (eaf3b9d) Add acceptance test for initial query (7fbd58b) Add Acceptance test large inputs and worker counts (0ae974a) Add acceptance test for --show-scores (5eba69d) Add acceptance test for --help (be504d7) Add acceptance tests for --lines and --prompt (699d03a) Add -j option to control parallelism (5aeaaa3) Pass options to choices_init (15b29a4) Update README (0ce3208)
2017-01-27Updated version (r272.3f70bef -> r279.2771d76).Stefan Husmann
Changelog ========= Fix tests on OS X (2771d76) Update changelog (1d67140) Add test for large input (618be61) Merge partially sorted lists in parallel (1f77253) Replace k-way-merge with 2-way merge (9bd9d1f) Perform sort in parallel (267e6a4) Fix memory leak of job (77a2eb5)
2017-01-27Updated version (r270.b0941d6 -> r272.3f70bef).Stefan Husmann
Changelog ========= Merge pull request #27 from mikeastock/support-j-k-movement (3f70bef) Support movement with CTRL-J/CTRL-K (5a3ce8b)
2017-01-14Updated version (r268.5df8c7c -> r270.b0941d6).Stefan Husmann
Changelog ========= Run acceptance tests on TravisCI (b0941d6) Add tests for arrow keys (8301d16)
2017-01-09Updated version (r264.19dae1c -> r268.5df8c7c).Stefan Husmann
Changelog ========= Improve parallelism of search workers (5df8c7c) Store choices on job struct (66d2c52) Create search_job struct (47dee6d) Remove unused and uninitialized worker struct var (00123bf)
2017-01-01Updated version (r262.30aa7ea -> r264.19dae1c).Stefan Husmann
Changelog ========= Version 0.8 (19dae1c) Add changelog for 0.8 (40b4936)
2016-12-31Updated version (r260.6ecf922 -> r262.30aa7ea).Stefan Husmann
Changelog ========= Rename acceptance test (30aa7ea) Upgrade to ttytest 0.4.0 (c373470)
2016-12-29Updated version (r259.db40206 -> r260.6ecf922).Stefan Husmann
Changelog ========= Upgrade to ttytest 0.3.0 (6ecf922)
2016-12-28Updated version (r251.d88d197 -> r259.db40206).Stefan Husmann
Changelog ========= Use correct path to fzy in integration test (db40206) Add integration test for ctrl-d and ctrl-d (b16d93b) Add integration test for query editing (c79aafc) Expand on integration test (ce55089) Add integration test helper to Makefile (62862ec) Add ruby based integration test (1ccbde5) Fix tty_interface clear for num_lines=0 (24c5306) Fix a problem that the cursor position shifted upward (0341d2f)
2016-08-04Updated version (r249.010f4cf -> r251.d88d197).AUR Update Bot
Changelog ========= Version 0.7 (d88d197) Fix segfault when encountering utf-8 characters (7812c55)
2016-08-01Updated version (r247.62415d3 -> r249.010f4cf).AUR Update Bot
Changelog ========= Update CHANGELOG (010f4cf) Add sys/select.h to fix building with musl libc (e2eb64b)
2016-07-27Updated version (r236.3efee2a -> r247.62415d3).AUR Update Bot
Changelog ========= Version 0.6 (62415d3) Mention bonus lookup table in CHANGELOG (be93088) Add a few missing static declarations (239c83d) Fix segfault when autocompleting on no matches (da86472) Use macros to help with bonus tables (cf9bba8) Use standards-compliant lookup table (9d16ab4) Use a lookup table for precompute_bonuses (e6cb871) Add make veryclean (c7ba610) Use score_t instead of double (7d3b5c1) Don't consider numbers word separators (5c2d67c) Split bonus computation into own method (95eb1c0)
2016-07-11Updated version (r235.53f09a3 -> r236.3efee2a).AUR Update Bot
Changelog ========= List all conditions identifying match in docs (3efee2a)
2016-06-23Updated version (r213.26452f2 -> r235.53f09a3).AUR Update Bot
Changelog ========= Store result of getopt_long in an int (53f09a3) Update CHANGELOG.md (ad47ae3) Use number of processors as worker count (2142a44) Store worker_count on choices_t (471431c) Use threading when matching/scoring (3cf9d22) Use threading when matching/scoring (6519dd4) Change match into if/else (a9b4925) Add tests for exact scores (6d352b3) Batch together input for searches (d9924b1) Add pageup and pagedown (35cc756) Use a struct to store keybindings (c73dad5) Extract append_search method (81e216e) Move all action into their own functions (5ab6a38) Track last search (1852e20) Use tty_interface_t to communicate exit (d7ee7ef) Return exit code from run (bf4937b) Use tty_interface_t throughout (2c802e2) Remove options global variable (9bb252f) Store state in tty_interface_t (12bd59c) Extract tty interface to own file (52f091d) Ensure options is passed as a pointer (fbf5f7a) Extract option parsing to separate file (45be23b)
2016-06-12Updated version (r212.c2599be -> r213.26452f2).AUR Update Bot
Changelog ========= Version 0.5 (26452f2)
2016-06-11Updated version (r210.734a374 -> r212.c2599be).AUR Update Bot
Changelog ========= Update changelog (c2599be) Use an SVG logo (0e58d34)
2016-06-09Updated version (r206.e176ba9 -> r210.734a374).AUR Update Bot
Changelog ========= Remove calculate_score (same as match_positions) (734a374) Move equality detection within calculate_score (33d04f1) Skip sorting on empty search string (e6f8353) Make sorting stable (3b23f57)
2016-06-02Updated version (r205.a5543bc -> r206.e176ba9).AUR Update Bot
Changelog ========= bump version in fzy.1 (e176ba9)
2016-05-23Updated version (r203.4549964 -> r205.a5543bc).AUR Update Bot
Changelog ========= Move fzytest into test/ directory (a5543bc) Move sources into src directory (2b3c3a8)
2016-05-21Updated version (r201.29a46f7 -> r203.4549964).AUR Update Bot
Changelog ========= Add logo (4549964) Add logo (5105eb9)
2016-05-19Updated version (r197.73db8f8 -> r201.29a46f7).AUR Update Bot
Changelog ========= Simpler rpm installation for systems with yum (29a46f7) Update install instructions and add rpm (81a2c20) Version 0.4 (e62a3c6) Fix permissions in make install (2540789)
2016-05-17Updated version (r183.dba5471 -> r197.73db8f8).AUR Update Bot
Changelog ========= Group together num_lines logic (73db8f8) Check errors when opening tty (abe4d5c) Document -q/--query in man page (0bdcf35) Update changelog (a52e777) Add -q/--query for specifying initial query (6081e91) Rename initial_query to filter (bf80ddb) Use make check instead of make test on CI (26838bc) Use '\0' instead of 0 when we mean a char. (fa85f4d) Ensure last line is cleared on exit. (60e3b91) fixup! Rename choices_free to choices_destroy (a7eacad) Make run returns on success, then exit from main (be5dc79) Destroy choices on exit (447c422) Rename choices_free to choices_destroy (aed59e6) Store read buffer on choices structure (c5ab368)
2016-05-04Updated version (r182.80f29ee -> r183.dba5471).AUR Update Bot
Changelog ========= ag --no-color is no more (dba5471)
2016-04-27Updated version (r176.d7a6ab2 -> r182.80f29ee).AUR Update Bot
Changelog ========= Add installation for Debian/Ubuntu 64-bit (80f29ee) Partly revert Makefile compatibility (b749877) Improve Makefile compatibility (887a0b4) Add make check (a917ebd) Add Arch Linux AUR instructions (4b45c99) Version 0.3 (89eeedd)
2016-04-25Updated version (r174.62d3fa9 -> r176.d7a6ab2).AUR Update Bot
Changelog ========= Improve debugging print (d7a6ab2) Don't ignore make test errors (6eb474b)
2016-04-24Updated version (r170.80361f2 -> r174.62d3fa9).AUR Update Bot
Changelog ========= Add homebrew instructions to README (62d3fa9) Set sensible initial sizes for growing arrays (1e67f03) Move input reading to choices.c (d8d8248) Read entire input into contiguous memory (d4a0f91)
2016-04-20Updated version (r168.9cafcad -> r170.80361f2).AUR Update Bot
Changelog ========= Update README (80361f2) Add ALGORITHM.md (e017c40)
2016-04-14Updated version (r167.29c27bf -> r168.9cafcad).AUR Update Bot
Changelog ========= Revert "Simplify CFLAGS" (9cafcad)
2016-04-11Updated version (r163.a969944 -> r167.29c27bf).AUR Update Bot
Changelog ========= Another amazing (candid) testimonial (29c27bf) Use macros to represent control keys (04f6cd0) Don't build fzytest as part of make all (3f58b30) Simplify CFLAGS (de53af7)
2016-04-06Updated version (r161.8d94b43 -> r163.a969944).AUR Update Bot
Changelog ========= Test under os X (a969944) Unset ICRNL on tty (24f8bcc)
2016-02-03Updated version (r160.e76c769 -> r161.8d94b43).AUR Update Bot
Changelog ========= Add Gray's testimonial (8d94b43)
2016-01-10Updated version (r159.5431139 -> r160.e76c769).AUR Update Bot
Changelog ========= Fix indentation (e76c769)
2015-12-27Updated version (r152.4ad97c8 -> r159.5431139).AUR Update Bot
Changelog ========= Additional test for position (5431139) Add DEBUG_VERBOSE flag (e3ad48c) Allow specifying count for benchmark (1bed6cf) Use static where appropriate in fzy.c (0987301) Use size_t where appropriate (01bec38) Allow customization of config.h via config.def.h (0f7b650) Apply clang-format to all files (afef1c9)
2015-10-11Initial uploadStefan Husmann