Jesse Duffield

Results 532 comments of Jesse Duffield

I agree this would be a great feature. It might also be quite easy i.e. just press a key and then clear the main view. I'm gonna put a good-first-issue...

Awesome :) So you'll want to add a keybinding handler in `pkg/gui/main_panel.go` called `handleClearMain` ```go func (gui *Gui) handleClearMain() error { if gui.popupPanelFocused() { return nil } gui.Views.Main.Clear() return nil...

Did you get a chance to start on this @Tam ? If you want to give it a go @26tanishabanik I'm happy to assign you

although my examples above were for the image panel, the goal is to have this functionality for all list panels

good point about using 'o' to open something though

I recommend using either github codespaces or a dev container in VSCode (to minimise the setup time). I've neglected to add instructions to the lazydocker contributing guide but you can...

Yep that works for me. Also, its good to see a fellow commander keen fan in the wild

I like what I'm seeing in that screenshot: the use of blue makes it less noisy than it otherwise would be. It's also less noisy than what I had assumed...

@stefanhaller nice. It's definitely noisy. I'll give it a go for a couple days to see how I adjust. As for the divergence keybinding: I don't think that belongs in...