Hi, I am the author. Thank you for the suggestion.

It is not necessary to patch the code to do what you want.
The output is generated by running a shell script (which can be viewed with -s).
By default, the function VIEW simply does 'echo "$@";'. This can be overridden 
by -i/-I.

So, you could accomplish your aim by something like, for example:

    findimagedupes -i 'export IFS=":"' -i 'VIEW(){ echo "$*"; }' --
*.jpg

Note that the script should correctly escape filenames even without
this:

    findimagedupes -s scriptfile --- *.jpg
    more scriptfile


-jonathan

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1079788

Title:
  findimagedupes should honor bash IFS in its output

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/findimagedupes/+bug/1079788/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to