-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature request] Generate relative path hashes #10
Comments
No time to spare in order to implement this now. Life problems. Sorry my friend. |
Please don't apologize - you couldn't have done better than to give away your hard work along with the source code in a good license. People get busy, sick, and even die in software just like everywhere else. Putting it out there is all we can do. I would ask that you put something on the main page requesting a new maintainer, if that's applicable. Thanks and I hope your life issues get resolved. If there's any karma, I hope you see some good fortune for all the effort you've given away for free. |
@vatterspun Hello. If you are still there, we can work to complete this feature. But before this, I will need a detailed description. |
Not sure what to add to my original request to make it more comprehensive. There's static paths like D:\temp\file.md5 and relative like temp\file.md5. Static means that you have to move it to the original path before the files can be evaluated, relative you can put them most anywhere and then just set the root folder (in this case the d:\ drive). What more info were you looking for? |
Current behavior
The program writes JSON files to static file destinations e.g. c:\test\file.txt ... this is very useful because it's always easy to find and check files, but if the folder is removed or the files are moved to a different location/drive, the program will throw errors:
Requested behavior
Ability to save to relative folders e.g. c:\verification-file.json which would use links like test\file.txt.
Who would use this?
Individuals checking files on:
Possible issues
This is a non-simple feature request because one of the following must happen:
The text was updated successfully, but these errors were encountered: