How to use double quotes with ST3? This will not work. And the second one just escapes the quotes.
[
{
"keys": ["ctrl+shift+j"],
"command": "shell_command",
"args": {
"command": "xargs -n 1 -L 1 -P 16 -I {} curl -sL -o /dev/null -m 2 -w """{} {size: %{size_download} code: %{http_code}}\n""" {}",
"region": "stdin",
"panel": true
}
}
]
[
{
"keys": ["ctrl+shift+j"],
"command": "shell_command",
"args": {
"command": "xargs -n 1 -L 1 -P 16 -I {} curl -sL -o /dev/null -m 2 -w \"{} {size: %{size_download} code: %{http_code}}\n\" {}",
"region": "stdin",
"panel": true
}
}
]