Skip to content

Execute commands as they are parsed (like bash)#96

Draft
CraigNewlands wants to merge 1 commit intomainfrom
execute-commands-as-parsed
Draft

Execute commands as they are parsed (like bash)#96
CraigNewlands wants to merge 1 commit intomainfrom
execute-commands-as-parsed

Conversation

@CraigNewlands
Copy link
Collaborator

I have changed the processing of the commands to now process them as they are parsed. This makes is soooo much easier to do the alias command as the aliases on the left in examples like this alias count_files='ls | wc -l' && count_files are executed and stored in the aliases before the right side of the && are executed.

@CraigNewlands CraigNewlands marked this pull request as draft October 17, 2024 00:45
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