Fzf: Difference between revisions
imported>Dmarcoux Add commands to source completion functions for bash and zsh |
imported>Jiehong Add example to search all packages |
||
| Line 36: | Line 36: | ||
fzf_key_bindings | fzf_key_bindings | ||
end | end | ||
</syntaxhighlight> | |||
= Examples = | |||
== Search all nix packages == | |||
You can interactively search the list of available packages with: | |||
<syntaxhighlight lang="bash"> | |||
nix-env -qa | fzf | |||
</syntaxhighlight> | </syntaxhighlight> | ||