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

Add feature: output a list of resulting card by order of the most merged/grouped cards #14

Open
mbideau opened this issue Nov 11, 2021 · 0 comments

Comments

@mbideau
Copy link
Owner

mbideau commented Nov 11, 2021

Currently we can get that information by hacking around the log (if ran in debug mode), with :

❯ grep '^DEBUG \+.* ([0-9]\+ vcards)$' log.txt | sed 's/^DEBUG \+\(.*\) (\([0-9]\+\) vcards)$/\2 \1/g' | sort -nr

It could highlight what card contains a lot of other card merged into it, and that would be a precious info for the user to search for "false positive / wrong merges".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant