Skip to content

Release v0.5.1

Latest

Choose a tag to compare

@github-actions github-actions released this 16 Aug 19:52
· 4 commits to main since this release
4a8c174
  • Added new CLI launcher. It is now possible to enter recipes as an argument when launching the cookbook, like so:

    uvx textual-cookbook spinner_widget

The above line will immediately select the spinner_widget recipe and display it in the code viewer. Furthermore you can also provide the -r or --run flag to immediately run the recipe:

uvx textual-cookbook spinner_widget -r

The just cook command in the justfile was also modified to reflect this change, so you can now do:

just cook spinner_widget -r