Skip to content

[request] - de-duplicate similar paths #6

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

Open
bugbaba opened this issue Mar 3, 2021 · 2 comments
Open

[request] - de-duplicate similar paths #6

bugbaba opened this issue Mar 3, 2021 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@bugbaba
Copy link

bugbaba commented Mar 3, 2021

Hi Rotem,

Currently, uddup is not able to de-duplicate similar paths like below.

/users/122/edit
/users/123/edit

image

This project https://github.com/ameenmaali/urldedupe trying to solve similar problems is able to de-duplicate them. The only issue is since it's written in C++ it requires rebuilding binary for a new machine.

--
Regards,
@bugbaba

@rotemreiss
Copy link
Owner

Hi @bugbaba ,
Damn! It's crazy. Our repos are so similar although I swear I searched for something like that, but couldn't find anything that does that. Even the names are almost identical! Maybe I ran into it in the past and it got into my subconscious.

First of all, I will add it to the readme file so people will know about the alternative to my tool.

About this specific use case:

  1. UDdup expects to get absolute URLs
  2. As for now, the tool doesn't support more complicated use-cases as in your example and only supports things like in /PATTERN/DYNAMIC-VALUE, as opposed to your example with something like /PATTERN/DYNAMIC-VALUA/PATTERN

I will definitely consider adding this capability in the near future.

@rotemreiss rotemreiss self-assigned this Mar 3, 2021
@rotemreiss rotemreiss added the enhancement New feature or request label Mar 3, 2021
@tavgar
Copy link

tavgar commented Oct 5, 2024

I hope you do add similar paths too!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants