darkhz / invidtui

A TUI based Invidious client
MIT License
191 stars 6 forks source link

No help on key bindings #21

Closed robert-groensfeld closed 9 months ago

robert-groensfeld commented 1 year ago

It would be nice to have a page with at least the most important key bindings in the application.

darkhz commented 1 year ago

Yes. I'm currently working on a rewrite of the application, which will include a menu feature with keybindings listed for ease of use.

robert-groensfeld commented 1 year ago

Does it make sense to contribute while you are rewriting?

darkhz commented 1 year ago

That would take too much effort, I'm afraid, since I'm restructuring the entire codebase. It would help if you could file a PR, but I doubt whether you could make sense of the codebase, as messy as it is.

darkhz commented 1 year ago

Most keybindings are context based, and as such, simply posting the keybindings would confuse the user. I have written the wiki to remedy this, but again it was confusing for some users. As a result, I have now introduced a menu bar with various menu options, which lists the keybinding for each operation. Do have a look at it and see whether it would suffice.