You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's rather complicated to find the menu if you are not aware of its existence. Therefore I propose that we add shortcuts which could hint at the existence of such menu in the lower right corner of nix-tree.
Something similar to gitui's approach could prove to be helpful: (forgive the horrible theming)
The text was updated successfully, but these errors were encountered:
I think this is a great idea, we can just sacrifice one line at the bottom and make it much more discoverable. This would also make the current help modal redundant. It also seems pretty easy to implement, so I think this will be my next priority :).
However it doesn't look that pretty. I feel like as rest of the application doesn't use the colors and background very prominently, the new menubar is too focused to my liking.
I'll play around with different colours to see if I'll find something that fits the rest of the app better.
Also, allowing the user to customize the colorscheme of the menu would be more appropriate in my opinion. People use different colorschemes and having one hard-coded theme is not usually desirable.
Config file could be a .yaml, .conf, .dhall file or whatever filetype you deem appropriate for this minor customization!
It's rather complicated to find the menu if you are not aware of its existence. Therefore I propose that we add shortcuts which could hint at the existence of such menu in the lower right corner of
nix-tree
.Something similar to
gitui
's approach could prove to be helpful: (forgive the horrible theming)The text was updated successfully, but these errors were encountered: