ratatui-org / crates-tui

A TUI for exploring crates.io using Ratatui
MIT License
59 stars 4 forks source link

jm/keybinds #11

Closed joshka closed 5 months ago

joshka commented 5 months ago
joshka commented 5 months ago

These keybinds came about from just naturally using the app and pressing buttons that seemed like the logical things that should work:

Moving the crate info to its own tab and decoupling it from the list would simplify the picker keybinds to single section and remove the need for mode switching

Making filter and search submodes of the search page instead of modes of the app would help simplify this too