Documentation Index
Fetch the complete documentation index at: https://flox.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
NAME
flox-search - search for packagesSYNOPSIS
DESCRIPTION
Search for available packages. A limited number of search results are reported by default for brevity. The full result set can be returned via the-a flag.
Only the package name and description are shown by default. Structured
search results can be returned via the --json flag. More specific
information for a single package is available via the
flox-show(1) command.
Package names
Packages are organized in a hierarchical structure such that certain packages are found at the top level (e.g.ripgrep), and other packages
are found under package sets (e.g. python310Packages.pip). We call
this location within the catalog the “pkg-path”.
The pkg-path is searched when you execute a flox search command. The
pkg-path is what’s shown by flox show. Finally, the pkg-path appears
in your manifest after a flox install.
Fuzzy search
flox search uses a fuzzy search mechanism that tries to match either
some portion of the pkg-path or description.
OPTIONS
Search Options
<search-term>The package name to search for.
--jsonDisplay the search results in JSON format.
-a, --allDisplay all search results (default: at most 10).
General Options
-h, --helpPrints help information. The following options can be passed when running any
flox subcommand
but must be specified before the subcommand.
-v, --verboseIncrease logging verbosity. Invoke multiple times for increasing detail.
-q, --quietSilence logs except for errors.
SEE ALSO
flox-show(1)