Skip to content

Instantly share code, notes, and snippets.

@turusuke
Last active August 5, 2018 15:26
Show Gist options
  • Save turusuke/85dd0b5547f524be5fa69867814bf86a to your computer and use it in GitHub Desktop.
Save turusuke/85dd0b5547f524be5fa69867814bf86a to your computer and use it in GitHub Desktop.
alfred の script filter で出力するための最低限の値達
cat << EOB
{"items": [
{
"valid": true,
"uid": "${txt}",
"title": "${txt}",
"arg": "${txt}",
"autocomplete": "${txt}"
}
]}
EOB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment