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

Clean mode accepts input text file #11

Closed
miketvo opened this issue Jun 5, 2023 · 1 comment · Fixed by #20
Closed

Clean mode accepts input text file #11

miketvo opened this issue Jun 5, 2023 · 1 comment · Fixed by #20
Assignees
Labels
feature New feature or request in progress Work is being done on this

Comments

@miketvo
Copy link
Owner

miketvo commented Jun 5, 2023

clean mode should be able to optionally accept a text file containing duplications so that:

  • The user doesn't have to wait for duplication detection every time;
  • The user can use scan mode first to generate this file, then they can go in and edit it however they like for better control over the cleaning operation.

The format of this file should follow #10 (JSON .imdup file)

@miketvo miketvo added the feature New feature or request label Jun 5, 2023
@miketvo miketvo self-assigned this Jun 5, 2023
@miketvo miketvo changed the title Clean mode accepts input file Clean mode accepts input text file Jun 5, 2023
@miketvo miketvo added the in progress Work is being done on this label Jun 7, 2023
@miketvo
Copy link
Owner Author

miketvo commented Jun 7, 2023

Paths in output file for scan -o/--output will always be absolute, that makes more sense, and easier for clean to parse

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

Successfully merging a pull request may close this issue.

1 participant