Refactor shell parsing #63

Open
opened 2026-02-21 17:16:22 +00:00 by WahPlus · 0 comments
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 (&)
WahPlus added this to the TODO project 2026-07-19 10:56:38 +00:00
tema5002 moved this to In Progress in TODO on 2026-07-19 10:58:02 +00:00
tema5002 self-assigned this 2026-07-19 11:25:27 +00:00
Sign in to join this conversation.