fabiofalci / sconsify

A spotify console application
https://fabiofalci.github.io/sconsify
Apache License 2.0
566 stars 26 forks source link

WIP Proof of concept to show a help dialog. #37

Open ialbors opened 8 years ago

ialbors commented 8 years ago

'H' shows a dialog with the shortcuts

'q' dismiss the dialog

Probably the keybinding would need some reengineering (to show descriptions or group by view)

Let he know what you think.

Thanks

fabiofalci commented 8 years ago

It seems a good idea!

Yeah, I think the keybinding is not in a good shape currently. I tried to enable keys configuration using a json inside ~/.sconsify/ folder however I'm not very happy with the result. I think the result is very limited and the code got very complex. So I gave up for now but I'll try to improve that at some point.

But if you manage to include these descriptions there, in the code, don't bother with the json for now, it'd be great!

https://github.com/fabiofalci/sconsify/blob/master/ui/simple/cui_actions.go#L134