nix-community / nix-index

Quickly locate nix packages with specific files [maintainers=@bennofs @figsoda @raitobezarius]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Move most of command-not-found's logic into nix-locate

figsoda opened this issue · comments

The current implementation doesn't utilize the shell session, so we can rewrite the logic in rust. This way we don't have to rely on external tools like grep and cat, and also make #126 trivial. Maybe it can also slightly improve the performance