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: Option to only show failing/passing packages #98

Open
gteufelberger opened this issue Dec 30, 2024 · 0 comments
Open

Feature: Option to only show failing/passing packages #98

gteufelberger opened this issue Dec 30, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@gteufelberger
Copy link

Feature Details

When running licensecheck the resulting output shows the list of all packages, their licenses, and whether they are compatible with the current project.
To quickly filter out out packages that are incompatible with the current project's license it would be nice to have an argument like --only-show-failing that reduces the output to just the packages that don't match the current license.

So if you for example have a project with over a hundred dependencies, running something like licensecheck --only-show-failing would be a nice and quick way to only show the few dependencies that are not compatible with the current license.

Describe alternatives you've considered

Alternative would be to pipe output into grep or other unix tools to filter it down to just that passing/failing licenses.

Additional Context

I'd be willing to implement this feature myself and make a PR. I'm just not sure where the best place would be to start working on this ^^"

@gteufelberger gteufelberger added the enhancement New feature or request label Dec 30, 2024
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

2 participants