You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any meld users here willing to share their configs? I've this in ~/.config/chezmoi/chezmoi.toml:
[diff]
# do not show scripts that would be run w/ diff cmd:
exclude = ["scripts"]
command = "meld"
args = ["--diff",
"{{ .Destination }}",
"{{ .Target }}",
]
[merge]
command = "meld"
args = ["--diff",
"{{ .Destination }}",
"{{ .Source }}",
"{{ .Target }}",
]
which mostly works, but every now and then it fails:
$ chezmoi apply --dry-run # same error also with the diff command.local has changed since chezmoi last wrote it?Usage: meld Start with an empty window meld <file|folder> Start a version control comparison meld <file> <file> [<file>] Start a 2- or 3-way file comparison meld <folder> <folder> [<folder>] Start a 2- or 3-way folder comparisonError: Cannot compare a mixture of files and directorieschezmoi: .local: exit status 2
Any pointers? Also open for other diff tool suggestions on linux.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Any meld users here willing to share their configs? I've this in
~/.config/chezmoi/chezmoi.toml:which mostly works, but every now and then it fails:
Any pointers? Also open for other diff tool suggestions on linux.
Beta Was this translation helpful? Give feedback.
All reactions