-
Notifications
You must be signed in to change notification settings - Fork 5
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
Updated files to Python3000, Windows support, and interactive #1
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: sesas <[email protected]>
Signed-off-by: sesas <[email protected]>
to get the hashlist back and made optional filter for hidden folders. Signed-off-by: sesas <[email protected]>
…ctive. Signed-off-by: sesas <[email protected]>
Signed-off-by: sesas <[email protected]>
…some bugs. Signed-off-by: sesas <[email protected]>
Signed-off-by: sesas <[email protected]>
Development
Signed-off-by: sesas <[email protected]>
Development changes to the readme file
I should add that I didn't test it on Linux. So you might want to do that before merging. also I don't know what's the performance hit of using the os.walk() rather than using $ find ... | ./duplicatefinder.py |
Signed-off-by: sesas <[email protected]>
Development
Awesome. I need to check this, but I have no time now. |
This is very nice. And note that this program was more or less a protoype for a GUI available here: I was tempted to do a tkinter version so I can use it on windows and osx, but an interactive mode is a great idea. |
And if you want to go further, here are some ideas I've no time to implement yet:
|
Thank you for the advice and feedback. I do agree that on Linux using find is the best (and faster) option, but does 'find' work on Windows? the main reason why I wrote the walker and the deleting function is because my housemate needs to get rid of duplicate files. She has windows and doesn't want to spend a lot of time on it, nor pay money to solve such problem. I would like to add that for now, there is no way to delete files but in interactive mode. The idea to read only the first KB and the last one is pretty great. But I don't know if I will have time to implement that. |
made it work with Python3000, it now has interactive mode (see readme file) and supports windows (earlier a windows user could not use the code cause the DOS doesn't have pipes.