Add SubTaskfile generator & seperate docs pages#26
Merged
johanvo merged 7 commits intosubtaskfilesfrom Mar 20, 2026
Merged
Conversation
rick-nu
added a commit
that referenced
this pull request
Mar 27, 2026
* Allow running help on/for other Taskfiles * Document subTaskfiles * Clarify naming of the two types * Remove "Remote Taskfile" type and other findings from in-person review * General typo-fixes * Misc SubTaskfile text tweaks * Tighten up SubTaskfile description * Clarify which comments in example are intended for what ie: which should be used in the final Subtaskfile and which are only clarifications in the context of the README * Show SubTaskfile calling task in SubTaskfile help output Also use env vars instead of function params to influence task:help output * Make SubTaskfile task:_help output optional * Add SubTaskfile generator & seperate docs pages (#26) * Add subtaskfile setup in the generator * Add subtaskfile content * Style sub pages for docs * Improve colors * Finalize new design * Reset README * Cleanup README content that has been split off to seperate docs pages * Update sub-taskfile docs page with changes from this branch * Use more generically compatible hashbang * Cleanup shellcheck * Add SubTaskfile sections to the generator * Move SubTaskfile files to the addon folder * All naming to SubTaskfile instead of Sub Taskfile * Improve code highlighting * Add subtask not found helper * Remove optional command from subTaskfile * Base functions are now included by default, never dynamically * Fix final styling for the generator * Improve SubTaskfile documentation * Another prettier fix * Fix copy paste issue * Add interface window titles * Provide a single but clear SubTaskfile example function --------- Co-authored-by: Johan van Overbeeke <jvoverbeeke@enrise.com> Co-authored-by: Rick van der Staaij <id@rick.nu>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What