mistakenelf / fm

A terminal based file manager
MIT License
564 stars 29 forks source link

Access help from show states. #112

Closed MohamTahaB closed 5 months ago

MohamTahaB commented 6 months ago

Hello,

I'm currently exploring repositories that utilize Charm projects, and I stumbled upon FM. It's a wonderful project, offering an elegant solution for navigating and managing files.

However, I noticed that the help section seems to be inaccessible once the state is no longer idleState. If this behavior is intentional, I'm wondering if it would be possible to add a key binding that could change the state back to idleState for accessing the help section.

Thanks in advance for considering this suggestion!

mistakenelf commented 6 months ago

Yep this is something I am addressing in a bit of a rewrite. Will take me a bit to get it to a point thats its ready to merge to main, but this will be in there

MohamTahaB commented 6 months ago

OK, looking forward to checking it out !

mistakenelf commented 5 months ago

This has merged to main, pressing escape will reset the state and show the help. Wont cut a release for a little bit as there's some stuff that needs cleaned up and fixed