I am trying to clean up some technical debt of my solid state drive, among which is the patch awesome-gocui/keybinding#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 awesome-gocui/keybinding#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.
I am trying to clean up some technical debt of my solid state drive, among which is the patch awesome-gocui/keybinding#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 awesome-gocui/keybinding#4
And in addition there is also https://github.com/awesome-gocui/gocui/blob/master/keybinding.go in this repo, also with
Parsefunction.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.