mish icon indicating copy to clipboard operation
mish copied to clipboard

Results 4 mish issues
Sort by recently updated
recently updated
newest added

I'm consistently getting a panic when one command in a series of them is still running when I press 'r'. This does not happen if there is only one command...

panic: runtime error: index out of range goroutine 1 [running]: github.com/windmilleng/mish/mish.(*scrollCanvas).RenderAt(0xc4201aac00, 0x0, 0x20, 0x9) /Users/nick/go/src/github.com/windmilleng/mish/mish/canvas.go:69 +0x1c6 github.com/windmilleng/mish/mish.(*Render).renderShmill(0xc4205bdc18, 0xc4202d8000, 0x0, 0x0, 0x0) /Users/nick/go/src/github.com/windmilleng/mish/mish/view.go:164 +0x758 github.com/windmilleng/mish/mish.(*Render).Render(0xc4205bdc18, 0xc4202d8000, 0xc4205ba3b0, 0x1, 0x1) /Users/nick/go/src/github.com/windmilleng/mish/mish/view.go:39 +0xc1...

bug

It'd be cool if `j`/`k` worked for selecting the workflow instead of only the arrow keys. I could also see a number from a list being a good UX, kinda...

enhancement

I'd like to be able to follow the output of a build step. Right now I guess I have to push `j` a lot or `PageDown` is probably better...but having...

bug