← 返回命令列表

Linux command

cargo-seek 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Launch the TUI

cargo seek

Start with a search term

cargo seek -s [query]

Search within a specific project directory

cargo seek [path/to/project]

说明

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.

参数

-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)

FAQ

What is the cargo-seek command used for?

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.

How do I run a basic cargo-seek example?

Run `cargo seek` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -s, --search _term_ do in cargo-seek?

Begin a search automatically on startup