LinuxCommandLibrary

cargo-seek

TUI for searching, adding, and installing cargo crates

TLDR

Launch the TUI
$ cargo seek
copy
Start with a search term
$ cargo seek -s [query]
copy
Search within a specific project directory
$ cargo seek [path/to/project]
copy

SYNOPSIS

cargo seek [options] [projectdir_]

DESCRIPTION

cargo-seek is a Cargo subcommand that provides a terminal user interface for searching, adding, and installing crates from the crates.io registry. It supports searching in Online, Project, Installed, or All scopes, visually labels project dependencies and installed binaries, and allows adding/removing crates, installing/uninstalling binaries, and opening documentation. Results can be sorted by relevance, name, downloads, or recency.

PARAMETERS

-s, --search term

Begin a search automatically on startup
-f, --fps float
Set frame rate in frames per second (default: 30)
-t, --tps float
Set tick rate in ticks per second (default: 4)

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard