You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 I'm getting the search result instantly.
I've tried to dig into the code with the following diff:
but sadly no success with that (run it with cargo run -- --query ratatui). May I ask what I'm doing wrong here or could you please implement this feature?
The text was updated successfully, but these errors were encountered:
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 I'm getting the search result instantly.I've tried to dig into the code with the following diff:
but sadly no success with that (run it with
cargo run -- --query ratatui
). May I ask what I'm doing wrong here or could you please implement this feature?The text was updated successfully, but these errors were encountered: