Skip to content

[Draft] Add Command Piping Execution - #90

Draft
crazyjackel wants to merge 3 commits into
makspll:mainfrom
crazyjackel:main
Draft

[Draft] Add Command Piping Execution#90
crazyjackel wants to merge 3 commits into
makspll:mainfrom
crazyjackel:main

Conversation

@crazyjackel

Copy link
Copy Markdown

Adds multiple command execution via piping to bevy-console.

Changes:

  • Added Parsing to the Command Entrypoint for '|' characters, which split the commands into multiple events.
  • Adds the ability to mark Print Statements to be silent
  • Saves the last console line for usage in command execution
  • WIP: Adds the ability to execute commands silently.
  • WIP: Executes commands silently if they are before a '|' character
  • WIP: Adds a 'grep'-like command for pattern matching
  • WIP: Adds an 'xargs'-like command for executing with last line output.

Solves my own issue: #89

@crazyjackel
crazyjackel marked this pull request as draft April 30, 2025 00:11
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