Description
Shell-like text can be tokenized by a small command-line utility for scripts, tests, and parser experiments. unshell is useful when developers need shell-style splitting without embedding a full shell workflow.
Do not treat tokenization as command safety by itself. Inputs that look shell-like can still carry quoting surprises, injection risks, or syntax differences from the real shell used later.