go-jira-ui icon indicating copy to clipboard operation
go-jira-ui copied to clipboard

Implement commenting via an input box

Open mikepea opened this issue 9 years ago • 1 comments

It's never going to be ideal shelling out to $EDITOR even if we fix #8

Implement a termui page for adding/editing a comment.

mikepea avatar Jan 17 '16 03:01 mikepea

It's possible now to add a (single line) comment via the :comment command, but this isn't really a complete solution to this feature.

We need a way of creating a larger comment, via a separate text box.

NB: termui is also a bit weird around the [ character, it won't display in a Line box until a second char is added. This is kind of annoying, hopefully there is a workaround. Disabling colour support in a box maybe?

mikepea avatar Jan 24 '16 21:01 mikepea