Files
yaak/plugins
Gregory Schier 9b25079f10 Replace shell-quote with shlex for proper $'...' ANSI-C quoting support
shell-quote doesn't support $'...' (ANSI-C quoting), which is a bash
extension used by browsers when copying requests as cURL. It misinterprets
the $ as variable expansion, mangling JSON bodies and escape sequences
like \n, \uXXXX, \r, etc.

Switches to shlex which handles $'...' natively. Adds splitCommands()
to handle command separation (;, newlines) that shell-quote used to do,
and a tokenize() wrapper with fallback for malformed input.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-09 07:27:50 -08:00
..
2025-11-23 08:38:13 -08:00
2025-11-27 13:31:16 -08:00
2025-11-23 08:38:13 -08:00
2025-11-23 08:38:13 -08:00
2025-11-23 08:38:13 -08:00
2025-11-23 08:45:15 -08:00
2026-01-09 14:23:03 -08:00
2025-11-23 08:38:13 -08:00
2025-11-23 08:38:13 -08:00
2025-05-29 08:02:24 -07:00