issues-helper icon indicating copy to clipboard operation
issues-helper copied to clipboard

Visual editing

Open jtanguy opened this issue 7 years ago • 3 comments
trafficstars

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

jtanguy avatar Dec 06 '17 23:12 jtanguy

I changed the issue parameters to be passed via the body, it should be okay for longer descriptions

jtanguy avatar Dec 09 '17 14:12 jtanguy

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 .

divarvel avatar Dec 20 '17 10:12 divarvel

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.

divarvel avatar Dec 28 '17 16:12 divarvel