issues-helper
issues-helper copied to clipboard
Visual editing
This PR adds a new mode for opening the issue body in $EDITOR and edit it before sending
This currently will probably break if the issue body is too long.
It solves #1
I changed the issue parameters to be passed via the body, it should be okay for longer descriptions
Yes please, if possible.
Le 20 déc. 2017 11:46, "Julien Tanguy" [email protected] a écrit :
@jtanguy commented on this pull request.
In Cargo.toml https://github.com/CleverCloud/issues-helper/pull/2#discussion_r157991093 :
@@ -12,6 +12,7 @@ nom = "^3.2" url = "1.5.1" futures = "0.1" git2 = "^0.6" +dialoguer = "^0.1"
Rprompt does not offer the possibility of lauching $EDITOR. Maybe I should try to convert rprompt calls to dialoguer instead ?
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/CleverCloud/issues-helper/pull/2#discussion_r157991093, or mute the thread https://github.com/notifications/unsubscribe-auth/AAKk80WtNkl4MGgC7lE6XUZk57FZbDuoks5tCOWTgaJpZM4Q4xBr .
I've refactored things quite a bit in #8, so you may want to wait for it to be merged and rebase before working on this again.