Re: [Diffuse-users] diffues output to file
Status: Beta
Brought to you by:
dtmoser
From: Derrick M. <der...@ya...> - 2013-07-15 14:58:13
|
Alexander, You should be able to create a quick and dirty text based N file comparison from Diffuse's source without much difficulty. I can help point you in the right direction if this is what you want to accomplish. The inner format used by Diffuse is basically an array of strings for each file representing its lines of text with spacers inserted for alignment. A separate array of blocks is used to describe manual alignments. Cheers, Derrick ________________________________ From: Alexander Myltsev <ale...@ph...> To: "dif...@li..." <dif...@li...> Sent: Monday, 15 July 2013, 10:19 Subject: Re: [Diffuse-users] diffues output to file 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. |