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 ability to comment out a line within an Action rather than having to delete it #821

Open
audiomuze opened this issue Jul 1, 2023 · 0 comments
Labels
actions Issues related to actions feature-request This is a feature request

Comments

@audiomuze
Copy link

What's missing?

Sometimes when defining multi-step actions in puddletag you may want to temporarily disable specific lines in the action from being run. puddletag currently provides no means of temporarily disabling one or more lines in an action.

Your solution

Enable every line in a multi-line action to be flagged as disabled, retaining the item, but ensuring it's not invoked when running the action to which it pertains.

Any alternatives?

Only alternative I know of is to make a copy of an action and remove the lines you're wanting to disable for the time being. This can make debugging more onerous.

Anything else?

No response

@audiomuze audiomuze added the feature-request This is a feature request label Jul 1, 2023
@sandrotosi sandrotosi added the actions Issues related to actions label Jan 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
actions Issues related to actions feature-request This is a feature request
Projects
None yet
Development

No branches or pull requests

2 participants