Re: diffing two files in konqueror

2006-08-26 Thread Ralph Katz
On 08/24/2006 02:40 PM, Kamaraju Kusumanchi wrote: > I frequently do > > gvimdiff file1.txt file2.txt > > What is the most efficient way of doing this from konqueror? Is it possible? > I > ask because, selecting two files is more easy than typing two complete file > names (even with tab and ba

Re: diffing two files in konqueror

2006-08-25 Thread Casey T. Deccio
On Fri, 2006-08-25 at 09:14 -0700, Casey T. Deccio wrote: > I've recently > found that using bash brace expansion simplifies things greatly on the > command line. > > gvimdiff file{1,2}.txt > gvimdiff /usr/share/examples/example{1,2}.txt I might add that bash expands these to their full paths bef

Re: diffing two files in konqueror

2006-08-25 Thread Kamaraju Kusumanchi
On Friday 25 August 2006 12:14, Casey T. Deccio wrote: > gvimdiff file{1,2}.txt > gvimdiff /usr/share/examples/example{1,2}.txt Wow! Simply superb! raju -- http://kamaraju.googlepages.com/cornell-bazaar http://groups.google.com/group/cornell-bazaar/about -- To UNSUBSCRIBE, email to [EMAIL P

Re: diffing two files in konqueror

2006-08-25 Thread Casey T. Deccio
On Thu, 2006-08-24 at 14:42 -0400, Kamaraju Kusumanchi wrote: > I frequently do > > gvimdiff file1.txt file2.txt > > What is the most efficient way of doing this from konqueror? Is it possible? > I > ask because, selecting two files is more easy than typing two complete file > names (even with

diffing two files in konqueror

2006-08-24 Thread Kamaraju Kusumanchi
I frequently do gvimdiff file1.txt file2.txt What is the most efficient way of doing this from konqueror? Is it possible? I ask because, selecting two files is more easy than typing two complete file names (even with tab and bash completion) at the CLI. Any related ideas/suggestions are also w