go-jira-ui
go-jira-ui copied to clipboard
Implement commenting via an input box
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.
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?