Skip to content
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: Detect duplicate lines appearing in different files #19

Open
liyuhang1997 opened this issue Jan 7, 2022 · 0 comments

Comments

@liyuhang1997
Copy link

liyuhang1997 commented Jan 7, 2022

Example: Companies.md, Search_engine.md

Companies.md

# Companies

## Google

[Google](https://www.google.com/)

## Microsoft

[Microsoft – Cloud, Computers, Apps & Gaming](https://www.microsoft.com/en-us)

Search_engine.md

# Search engine

## Bing

[Bing](https://www.bing.com/)

## Google

[Google](https://www.google.com/)

Expect result:

------------------ Results ------------------
⚙️[trimStart] [trimEnd]
✅2 duplicate values found:
[1/2] [Companies.md] 3 lines, [Search_engine.md] 7 lines
## Google
[2/2] [Companies.md] 5 lines, [Search_engine.md] 9 lines
[Google](https://www.google.com/)
@liyuhang1997 liyuhang1997 changed the title Detect duplicate lines appearing in different files Feature Request: Detect duplicate lines appearing in different files Jan 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant