Skip to content

Conversation

nefrob
Copy link
Owner

@nefrob nefrob commented Oct 5, 2024

Description:

Implements #34.

  • Run recipes via vscode command with customiazable args

Testing/Screenshots:

Example justfile

# Description for recipe-1
[group("group-1")]
recipe-1:
    echo "Hello, world!"

# Description for recipe-2
[group("group-2")]
[group("other")]
recipe-2 arg1="hello" arg2="world":
    echo {{ arg1 }} {{ arg2 }}
Screenshot 2024-10-05 at 3 46 09 PM Screenshot 2024-10-05 at 3 47 27 PM Screenshot 2024-10-05 at 3 47 40 PM

@nefrob nefrob force-pushed the nefrob/run-recipe branch from 191f25c to 72ed685 Compare October 6, 2024 14:18
@nefrob nefrob merged commit 204d2d0 into main Oct 6, 2024
1 check passed
@nefrob nefrob deleted the nefrob/run-recipe branch October 6, 2024 14:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant