-
-
Notifications
You must be signed in to change notification settings - Fork 604
Fold folders up into parent if alone in directory #288
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@WizardOhio24 thanks for tackling this! Very appreciated. But on a first glance I do not see any tests. can you cove this new implementation with a few tests? |
Will do |
Tests added, let me know if there's anything else that should be added/changed |
I didn't consider the right and left arrow keys for navigation (only up/down), thanks for pointing that out. It should be an easy fix. |
Bug fixed and right/left navigation tests added. |
Really cool thanks! |
@WizardOhio24 damn just found another bug: |
Closes #192.


Folds folders up into their parent if they are the only item it their directory. For example:
Before:
After: