A TUI for quickly searching Crates.io
The searches done are return the same results as if you entered the search term into the search bar on crates.io. The results are returned in pages of 5 results each
To have access to the clipboard on Linux xorg-dev
must be installed
cargo install
must be used with the no-copy
feature
sh
cargo install cratuity --features no-copy
When prompted for an input, press ESC to cancel the input or Enter to search for what was entered.
When scrolling through history, press N to move a page down and P to move a page up. Press q to quit from the search screen.
When scrolling through the pages, you can change you search term at any time by pressing f, or you can change the sorting method by pressing S.
You can copy the Cargo.toml format for a crate's most recent version by
selecting the crate with J/K and then pressing C to copy the string to the
clipboard. For example, selecting the serde
crate and pressing C may cause
something like the following to be copied to your clipboard: serde = "1.0.118"
The 5 sorting methods are the exact same sorting methods that you can use to search for crates on Crates.io. These are
Please submit any issues for feature requests to the github repository!