awesome-gocui / gocui

Minimalist Go package aimed at creating Console User Interfaces.
BSD 3-Clause "New" or "Revised" License
350 stars 39 forks source link

Status of `awesome-gocui/keybinding`? #98

Open abitrolly opened 3 years ago

abitrolly commented 3 years ago

I am trying to clean up some technical debt of my solid state drive, among which is the patch https://github.com/awesome-gocui/keybinding/pull/3 that I've made to allow https://github.com/wagoodman/dive quit with a single key shortcut like q.

I am asking, because tests for its repo are failing https://github.com/awesome-gocui/keybinding/pull/4

And in addition there is also https://github.com/awesome-gocui/gocui/blob/master/keybinding.go in this repo, also with Parse function.

Expected behavior

I would expect a syntax and example comparison between two libs, or if https://github.com/awesome-gocui/keybinding is already merged, to see a deprecation notice there.