crates-tui
crates-tui copied to clipboard
A TUI for exploring crates.io using Ratatui
Bumps the cargo-dependencies group with 7 updates: | Package | From | To | | --- | --- | --- | | [figment](https://github.com/SergioBenitez/Figment) | `0.10.18` | `0.10.19` | | [itertools](https://github.com/rust-itertools/itertools)...
## 🤖 New release * `crates-tui`: 0.1.10 -> 0.1.11 Changelog ## [0.1.11](https://github.com/ratatui-org/crates-tui/compare/v0.1.10...v0.1.11) - 2024-05-13 ### Other - *(deps)* bump the cargo-dependencies group with 2 updates ([#69](https://github.com/ratatui-org/crates-tui/pull/69)) - *(deps)* bump the...
kd: do you have more simplifications in mind for crates-tui? joshka: I think app is still doing too many things. Try reading it top to bottom and writing them out....
Bumps the cargo-dependencies group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [clap](https://github.com/clap-rs/clap) | `4.5.15` |...
*A wild pikachu appeared*. Hi! This PR adds a `flake.nix` with a dev-shell and a package so that nix users are able to use a "nightly" version of `crates-tui`.
Closes https://github.com/ratatui-org/crates-tui/issues/78 Based on https://github.com/ratatui-org/crates-tui/pull/91
Hi! I often just want to search for a package quickly. So something like `crates-tui --query ratatui` should show up the TUI but also start the query immediately so that...
Currently this is what `crates-tui --help` prints out: ```bash $ crates-tui --help A TUI for crates.io Usage: crates-tui [OPTIONS] Options: -t, --tick-rate Tick rate, i.e. number of ticks per second...
## 🤖 New release * `crates-tui`: 0.1.20 -> 0.1.21 Changelog ## [0.1.21](https://github.com/ratatui/crates-tui/compare/v0.1.20...v0.1.21) - 2024-10-07 ### Other - *(deps)* bump the cargo-dependencies group across 1 directory with 7 updates ([#108](https://github.com/ratatui/crates-tui/pull/108)) -...
Fixes: https://github.com/ratatui/crates-tui/issues/92