emacs-ezf
Emacs Fuzzy Finder
Emacs Fuzzy Finder is like fzf, but it leverages the power of your Emacs instance to filter and select candidates. Use ezf as part of piping and command substitutions to manually select and filter matches.
- Versions: 0.1.0-0.038513f
- Website: https://github.com/mickeynp/ezf
- 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-ezf
as follows:
guix install emacs-ezf
Or install a particular version:
guix install emacs-ezf@0.1.0-0.038513f
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-ezf about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/emacs-ezf'><img src='https://packages.guix.gnu.org/packages/emacs-ezf/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/emacs-ezf)
Example Org:
[[https://packages.guix.gnu.org/packages/emacs-ezf][https://packages.guix.gnu.org/packages/emacs-ezf/badges/latest-version.svg]]