Open abitrolly opened 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.
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.
Parse
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 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.