rowboat/apps/x/packages/core
Arjun d9afc076cc replace shell-quote with regex-based command parsing
shell-quote is a quoting/escaping library, not a shell command parser.
Replace with a regex splitter that handles pipes, chains, subshells,
and parenthesized groups. Strips () from tokens via sanitizeToken.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 12:54:57 +05:30
..
src replace shell-quote with regex-based command parsing 2026-02-24 12:54:57 +05:30
.gitignore bootstrap new electron app 2026-01-16 12:05:33 +05:30
package.json replace shell-quote with regex-based command parsing 2026-02-24 12:54:57 +05:30
tsconfig.json feat: extract presentation generator into executable code with builtin tool 2026-01-30 13:30:06 +05:30