File: ui_command-env.toml

package info (click to toggle)
jujutsu 0.30.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 9,756 kB
  • sloc: sh: 283; makefile: 31
file content (15 lines) | stat: -rw-r--r-- 491 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#:schema ../../../src/config-schema.json
[ui]
editor = { command = ["C:/Program Files/Notepad++/notepad++.exe", "-multiInst", "-notabbar", "-nosession", "-noPlugin"], env = {} }

[ui.diff-editor]
command = ["diffedit3", "$left", "$right"]
env = { RUST_LOG = "poem=debug" }

[ui.merge-editor]
command = ["diffedit3", "$left", "$base", "$right"]
env = { RUST_LOG = "poem=debug" }

[ui.diff-formatter]
command = ["difft", "--color=always", "$left", "$right"]
env = { DFT_BACKGROUND = "light" }