tea/modules/interact
plgruener 951163d418 support $VISUAL, prefer it over $EDITOR
Currently, `tea` only supports the $EDITOR env var to open the user's
preferred editor (used for reviewing pull requests).

Standard *nix practice is, however, to check for $VISUAL first and only
use $EDITOR as fallback.
This is also done by Git itself, see man git-var(1).
(Actually, the order is $GIT_EDITOR > core.editor > $VISUAL > $EDITOR > vi)
2021-05-28 02:42:22 +02:00
..
comments.go tea comment: handle piped stdin (#322) 2021-03-01 01:47:36 +08:00
issue_create.go Add more issue / pr creation params (#331) 2021-03-08 19:48:03 +08:00
login.go [Refactor] unexport config.Config var & move login tasks to task module (#288) 2020-12-12 21:28:37 +08:00
milestone_create.go Add more issue / pr creation params (#331) 2021-03-08 19:48:03 +08:00
prompts.go Add more issue / pr creation params (#331) 2021-03-08 19:48:03 +08:00
pull_create.go Add more issue / pr creation params (#331) 2021-03-08 19:48:03 +08:00
pull_review.go support $VISUAL, prefer it over $EDITOR 2021-05-28 02:42:22 +02:00