Derrick,
This is sad :(
For my purposes I need `diffuse` to be called from terminal/console with
bunch of options. GUI is secondly. I thought you are calling some function
under the hood that produces diff for N files in some inner format. Then
that `diff for N files` is passed to GUI. So, the task now is to program
pretty printer to produce text to std-out. If it is tightly coupled then
there is a problem...
A.
On 15 July 2013 18:10, Derrick Moser <der...@ya...> wrote:
> Alexander,
>
> > I wonder how to save `diffuse file1 file2 file3` result to output file
> like `diff` do it?
>
> Unfortunately, Diffuse currently does not have an option to output a patch
> file. I have only started looking at workflows for using patch files.
> Generating patch files should not be difficult. I imagine a simple dialog
> allowing the user to pick the tabs to include in the patch and a way to
> pick the root path. Is this how you envisioned exporting the comparison
> results? Reading and manipulating patch files in a convenient way is a
> bigger challenge.
>
> Cheers,
> Derrick
>
|