conda / menuinst

Cross platform menu item installation
https://conda.github.io/menuinst/
BSD 3-Clause "New" or "Revised" License
36 stars 42 forks source link

Provide "dry-run" functionality #114

Open goanpeca opened 1 year ago

goanpeca commented 1 year ago

Checklist

What is the idea?

The current (and in development?) API supports the ability to create and remove shortcuts by pointing to a path or providing a dictionary of metadata.

Why is this needed?

In some cases it is nice to know what will happen without actually running the creation or removal process.

What should happen?

Provide a parameter or flag so that the result of create/remove is the same, but without actually executing the process of creation or removal in a similar vein to the "--dry-run" functionality of condaProvide a parameter or flag so that the result of create/remove is the same, but without actually executing the process of creation or removal in a similar vein to the "--dry-run" functionality of conda

Additional Context

No response

github-actions[bot] commented 7 months ago

Hi there, thank you for your contribution!

This issue has been automatically marked as stale because it has not had recent activity. It will be closed automatically if no further activity occurs.

If you would like this issue to remain open please:

  1. Verify that you can still reproduce the issue at hand
  2. Comment that the issue is still reproducible and include:
    • What OS and version you reproduced the issue on
    • What steps you followed to reproduce the issue

NOTE: If this issue was closed prematurely, please leave a comment.

Thanks!

jaimergp commented 7 months ago

not stale

jypeter commented 2 months ago

This standard feature seems like a good idea