1
1
Fork 0
mirror of https://gitea.com/gitea/tea synced 2024-05-17 21:26:07 +02:00
tea/cmd
Norwin 78a95f1ca4 Allow editing multiline prompts with external text editor (#429)
- Adds a new `Preferences` struct to the config, initially only containing `Editor: bool (default false)`.
  This struct will be serialized to configs once there is a first tea induced change to the config (eg `tea login default <name>` or `tea login add`).
- Use external editor for all multiline prompts if preferred.

We already had a function for starting a texteditor for diff reviews; it does not really make sense to replace it with `survey.Editor`, as there is a big interface mismatch: survey expects strings as inputs, while our diff functions operate on files,

fixes #424

Co-authored-by: Norwin <git@nroo.de>
Reviewed-on: https://gitea.com/gitea/tea/pulls/429
Reviewed-by: Andrew Thornton <art27@cantab.net>
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: Norwin <noerw@noreply.gitea.io>
Co-committed-by: Norwin <noerw@noreply.gitea.io>
2021-10-14 22:36:08 +08:00
..
flags Implement notification subcommands (#389) 2021-09-06 01:11:17 +08:00
issues Show issue reactions (#421) 2021-10-01 16:13:32 +08:00
labels Add missing flags (#369) 2021-06-22 22:23:09 +08:00
login Add more command shorthands (#307) 2020-12-17 00:47:40 +08:00
milestones Implement notification subcommands (#389) 2021-09-06 01:11:17 +08:00
notifications Implement notification subcommands (#389) 2021-09-06 01:11:17 +08:00
organizations Add `tea org create <name>` (#420) 2021-09-29 04:32:16 +08:00
pulls PR listing: add --fields & expose additional fields (#415) 2021-09-29 04:36:33 +08:00
releases Update Vendors (#337) 2021-03-05 18:06:25 +08:00
repos Add `tea repo fork` (#410) 2021-10-14 15:27:39 +08:00
times Implement notification subcommands (#389) 2021-09-06 01:11:17 +08:00
autocomplete.go Handle XDG directories with spaces in autocomplete commands (#383) 2021-07-24 00:14:23 +08:00
categories.go Proper help text & new README structure (#311) 2020-12-21 21:37:20 +08:00
comment.go Allow editing multiline prompts with external text editor (#429) 2021-10-14 22:36:08 +08:00
issues.go Show issue reactions (#421) 2021-10-01 16:13:32 +08:00
labels.go Add missing flags to org & labels subcommands (#357) 2021-05-13 02:32:20 +08:00
login.go Proper help text & new README structure (#311) 2020-12-21 21:37:20 +08:00
logout.go Proper help text & new README structure (#311) 2020-12-21 21:37:20 +08:00
milestones.go Add `tea issues --fields`, allow printing labels (#312) 2020-12-21 23:41:07 +08:00
notifications.go Implement notification subcommands (#389) 2021-09-06 01:11:17 +08:00
open.go Proper help text & new README structure (#311) 2020-12-21 21:37:20 +08:00
organizations.go Add `tea org create <name>` (#420) 2021-09-29 04:32:16 +08:00
pulls.go Add `tea pr merge` (#348) 2021-03-18 03:56:05 +08:00
releases.go Proper help text & new README structure (#311) 2020-12-21 21:37:20 +08:00
repos.go Add `tea repo fork` (#410) 2021-10-14 15:27:39 +08:00
times.go Improve `tea time` (#319) 2020-12-23 12:58:36 +08:00
whoami.go Add `tea whoami` command (#426) 2021-10-05 01:41:59 +08:00