emacs-affe 0.9
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.
- Outputs:
out
- 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 emacs-affe 0.9
as follows:
guix install emacs-affe@0.9
Or install the latest version:
guix install emacs-affe
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.