Refactor shell parsing #63
WahPlus
commented 2026-02-21 17:16:22 +00:00
(Migrated from github.com)
- Use tokenization instead of directly splitting by spaces
- Make quotations work as one argument, and ignore tokens like && inside them
- Add tokens for piping (|), write to file (>), append to file (>>), run after (&&) and run at the same time (&)
- [ ] Use tokenization instead of directly splitting by spaces
- [ ] Make quotations work as one argument, and ignore tokens like && inside them
- [ ] Add tokens for piping (|), write to file (>), append to file (>>), run after (&&) and run at the same time (&)
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?