emacs-affe
Asynchronous fuzzy finder for Emacs
This package provides Affe, an asynchronous fuzzy finder for GNU Emacs written in pure Emacs Lisp. It spawns an external producer process, such as find
or grep
, and filters the output asynchronously. The UI remains responsive, and results are shown via the Consult interface. Affe is experimental and best suited for small to medium projects.
- Versions: 0.9
- Website: https://github.com/minad/affe
- Licenses: GPL 3+
- Package source: gnu/packages/emacs-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of emacs-affe
as follows:
guix install emacs-affe
Or install a particular version:
guix install emacs-affe@0.9
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of emacs-affe about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/emacs-affe'><img src='https://packages.guix.gnu.org/packages/emacs-affe/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/emacs-affe)
Example Org:
[[https://packages.guix.gnu.org/packages/emacs-affe][https://packages.guix.gnu.org/packages/emacs-affe/badges/latest-version.svg]]