This package browser is in early development. Mind the rough edges.

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.

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:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/emacs-affe/badges/latest-version.svg)](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]]