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

depends command #3

Open
Bios-Marcel opened this issue Nov 12, 2023 · 1 comment
Open

depends command #3

Bios-Marcel opened this issue Nov 12, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@Bios-Marcel
Copy link
Owner

basically the same as scoop, with the exception of displaying a tree when running spoon depends * or passing more than one app.

Scoop currently only allows to pass a single argument and ignores everything else.

@Bios-Marcel
Copy link
Owner Author

Bios-Marcel commented Mar 24, 2024

First version of this is done.

It supports single app dependency trees and reverse dependency trees. UX side of things and multi app support still missing.

Todo:

  • Suggestions

    Many apps actually have suggestions that are hard dependencies if we are being honest.
    By default, we should print these too, but mark them as suggestions. Then add a flag to omit suggestions.
    All suggestions where more than option is viable, should be in one row (a,b,c)

  • Guard against infinite loop, with some type of visited map
  • JSON output
  • Scoop compatible output

@Bios-Marcel Bios-Marcel added the enhancement New feature or request label Apr 16, 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

1 participant