GNU ELPA — ivy

ivy Atom Feed

Description
Incremental Vertical completYon
Latest
ivy-0.15.1.tar (.sig), 2026-May-17, 570 KiB
Maintainer
Basil L. Contovounesios <basil@contovou.net>
Website
https://github.com/abo-abo/swiper
Browse ELPA's repository
CGit or Gitweb
Badge
Manual
ivy

To install this package from Emacs, use package-install or list-packages.

Full description

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\\)".

Old versions