Answers to: Dual pane file viewer, not managerhttp://linuxexchange.org/questions/3311/dual-pane-file-viewer-not-manager<p>Hello, here is my situation</p> <p>I have multiple papers, in multiple directories. let us call the papers A, B, C, D ... and i have to write reports often, where i have to answer questions like q1,q2,q3,q4 ... </p> <p>Now, what often happens is, I notice that the answer to qi is in , say paper A, G, and K. The answer to Q2 is in B, E, the answer to Q3 is in A, C,D,E and so on.</p> <p>So I want a software like this:</p> <p>It has to panels, and a bottom pannel to display additional information. In the two panels, the user can add a symbol / link, which will point to a particular file - can also drag/drop a file on it, and it will capture the files path. clicking on it will lauch the file. and the user should be able to move the symbols (with the path to file in it) between two panes, but it will not change the location of the file in the HDD. </p> <p>Does such a software exists?</p>enMon, 18 Aug 2014 15:56:25 -0400Answer by landronihttp://linuxexchange.org/questions/3311/dual-pane-file-viewer-not-manager/3406<p>Well, it depends on the types of files. If it's text files, then any file diff programme could work: </p> <ul> <li><a href="http://diffuse.sourceforge.net/index.html">Diffuse</a></li> <li><a href="http://meldmerge.org/">Meld</a></li> </ul> <p>If you have PDF files, then this should fit your needs: </p> <ul> <li><a href="http://www.qtrac.eu/diffpdf-foss.html">DiffPDF</a></li> </ul>landroniMon, 18 Aug 2014 15:56:25 -0400http://linuxexchange.org/questions/3311/dual-pane-file-viewer-not-manager/3406Answer by John Bullardhttp://linuxexchange.org/questions/3311/dual-pane-file-viewer-not-manager/3325<p><a href="http://kdiff3.sourceforge.net/">http://kdiff3.sourceforge.net/</a></p>John BullardMon, 12 May 2014 03:42:43 -0400http://linuxexchange.org/questions/3311/dual-pane-file-viewer-not-manager/3325