Skip to content

feat: sharpener.rb - #5

Open
lukeify wants to merge 5 commits into
mainfrom
feat/sha-comparisons
Open

feat: sharpener.rb#5
lukeify wants to merge 5 commits into
mainfrom
feat/sha-comparisons

Conversation

@lukeify

Copy link
Copy Markdown
Owner

Ruby script to recursively parse a directory and find duplicate files given their SHA256 hashes.

Comment threadsrc/sharpener.rb
#
# @param target The string that represents the path to the target directory.
#
def find_dupes(target)

Copy link
Copy Markdown
OwnerAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make this multi-threaded.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@lukeify