1 stable release

1.0.2 Jan 31, 2020

#12 in #nixos

24 downloads per month

AGPL-3.0-or-later

380KB
714 lines

nix-query

A cached fuzzy-finder for the Nix package manager.

A screenshot of nix-query running, displaying a fuzzy-search for gzip and a preview pane displaying information about the package such as its version, license, long description, homepage, and more.

nix-query stores a cache (only package attribute names, about 2MB for nixos-stable and nixpkgs-unstable combined) which allows it to instantly show results (even between terminals), unlike nix-env --query --available, which can take a good bit to finish a query.

When you update your channels / packages, run nix-query --clear-cache to delete the cache file. Automatic cache expiry based on ~/.nix-defexpr coming... maybe at some point in the future if I want to? Or if you submit a pull request?

Uses skim for fuzzy-finding.

Dependencies

~11–22MB
~298K SLoC