jRimbault / yadf

Yet Another Dupes Finder
MIT License
51 stars 0 forks source link

Pretty JSON uses absolute paths while others use relative #5

Closed DarrienG closed 3 years ago

DarrienG commented 3 years ago

Could the default output be set to use the absolute path as well? Or if that is too much of a breaking change, perhaps an option could be provided to specify if an absolute or relative path is desired?

Side note: Apologies for making all the issues. I really like this tool a lot, but if it's bothersome I can stop :sweat_smile:

jRimbault commented 3 years ago

I'm pretty sure that if you give yadf an absolute path you'll get absolute paths and respectively if you give it a relative path you'll get back relative paths ? Independently of the chosen output format. At least, I can't reproduce the behavior you describe.

Don't worry, I don't have much to keep me busy. I could add a flag to force paths to be absolute.

DarrienG commented 3 years ago

Ah you're right, apologies. This is a mistake on my end. I must have given an absolute path one time and a relative path the next. Thanks for the help!