Hi! delta needs two paths obviously to get the diff of them. Normally I'm using <tab> in my shell to get a nice autocompletion for the files. However, the autocompletion only works for the first argument/path but not for the second, is that behaviour expected?
Example interaction (how it is)
ls
delta de<tab> results to delta deletus.txt but delta deletus.txt ye<tab> results to delta deletus.txt ye.
I expected an expansion to delta deletus.txt yeet.txt.
Hi!
deltaneeds two paths obviously to get the diff of them. Normally I'm using<tab>in my shell to get a nice autocompletion for the files. However, the autocompletion only works for the first argument/path but not for the second, is that behaviour expected?Example interaction (how it is)
lsdelta de<tab>results todelta deletus.txtbutdelta deletus.txt ye<tab>results todelta deletus.txt ye.I expected an expansion to
delta deletus.txt yeet.txt.