jvirkki / dupd

CLI utility to find duplicate files
http://www.virkki.com/dupd
GNU General Public License v3.0
112 stars 16 forks source link

Allow --path value to be relative or absolute #6

Closed jbruchon closed 8 years ago

jbruchon commented 8 years ago

I would like to change into a directory and run dupd on a subdirectory without having to resolve the absolute path of that subdirectory. Unfortunately, the program only accepts the implicit current directory or (with --path) absolute paths. It would be very helpful for the program to handle resolving the canonical path for a specified relative path.

jvirkki commented 8 years ago

True, I've meant to do this for a while...

jvirkki commented 8 years ago

The value of --path (-p) can now be absolute or relative to current directory.