Last active
August 5, 2018 15:26
-
-
Save turusuke/85dd0b5547f524be5fa69867814bf86a to your computer and use it in GitHub Desktop.
alfred の script filter で出力するための最低限の値達
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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