-
When running a set of tasks simultaneously, sometimes I only care about the logs of a specific task.
For instance, in Argo Workflows, if I'm working on the Server, the logs of the Controller are us…
-
Is there a way to detect if any key is pressed? Something similar to this:
```
if err := g.SetKeybinding("", gocui.AnyKey, gocui.ModNone, onEnterEvt(c)); err != nil {
log.Panicln(err)
}
```
-
It is observed that under too much requests buffer overload and leads to unstable output. Find a way to stable this output. Currently gocui library supports the Flush function but it doesn't seem to w…
-
Thanks for the great tool.
I'm trying to use gocui to display image as https://github.com/eliukblau/pixterm/blob/master/cmd/pixterm/pixterm.go. But seems like display is not good as true color term…
-
**Describe the bug**
Upon start on existing repository lazygit opens but error is shown "35:2: illegal character U+002D '-'". Then it crashes.
**To Reproduce**
Start lazygit in repository on Wind…
-
After installation and running cf top
Then selecting Cells I get this error
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x…
-
**Describe the bug**
I get panics when using delta as a pager.
Specifically ones like this one:
```
panic: runtime error: index out of range [3] with length 3
goroutine 198 [running]:
github…
-
Need to have a way to transmit color information with command data such as 'look'
and at the same need to implement that color within the client.
trasa updated
6 years ago
-
It would be really nice to allow view titles to be colorized independently of the frame.
if v, err := g.SetView("command", 0, 0, 50, 50); err != nil && err != gocui.ErrUnknownView
{
…
-
**Describe the bug**
A clear and concise description of what the bug is.
When editing a GPG signed commit, and doing C-o e to Open in Editor lazygit crash
```
2024/04/11 08:53:21 An error occu…