godu icon indicating copy to clipboard operation
godu copied to clipboard

`?` key for help

Open abitrolly opened this issue 5 years ago • 3 comments

Now I need a keyboard shortcuts help. ) Like pressing '?' in GitHub to remind that are the abilities that godu provides beyond fat dir navigation.

abitrolly avatar Nov 04 '19 12:11 abitrolly

It is quite easy to add a new key here https://github.com/viktomas/godu/blob/f0108a9f3ae39451b3cae02c7f2d1ad64f3ae0f9/parser.go#L30 and not so easy to understand how draw and toggle help panel with content.

abitrolly avatar Nov 04 '19 12:11 abitrolly

There is also a mistake in godu diagram https://github.com/viktomas/godu/blob/master/CONTRIBUTING.md#godu-architecture - no such class as InteractiveTree.

abitrolly avatar Nov 04 '19 12:11 abitrolly

There is also a mistake in godu diagram https://github.com/viktomas/godu/blob/master/CONTRIBUTING.md#godu-architecture - no such class as InteractiveTree.

Thanks @abitrolly for pointing this out. I've updated the diagram in https://github.com/viktomas/godu/pull/73 🎉

viktomas avatar Nov 07 '19 07:11 viktomas