To install this package, run in Emacs:
M-x package-install RET ivy RET
This package provides `ivy-read' as an alternative to `completing-read' and similar functions. There's no intricate code to determine the best candidate. Instead, the user can navigate to it with `ivy-next-line' and `ivy-previous-line'. The matching is done by splitting the input text by spaces and re-building it into a regex. So "for example" is transformed into "\\(for\\).*\\(example\\)".
ivy-0.13.4.tar.lz | 2021-Mar-10 | 100 KiB |
ivy-0.13.1.tar.lz | 2020-Jun-22 | 55.8 KiB |
ivy-0.13.0.tar.lz | 2019-Oct-17 | 107 KiB |
ivy-0.12.0.tar.lz | 2019-Jul-20 | 153 KiB |
ivy-0.11.0.tar.lz | 2019-May-13 | 134 KiB |
ivy-0.10.0.tar.lz | 2017-Nov-30 | 113 KiB |
ivy-0.9.1.tar.lz | 2017-Apr-10 | 97.8 KiB |
ivy-0.9.0.tar.lz | 2017-Apr-08 | 96.7 KiB |
ivy-0.8.0.tar.lz | 2016-Apr-26 | 74.7 KiB |