init: Alfred preferences

This commit is contained in:
2026-03-26 09:22:38 +08:00
commit 3cad72b72c
13215 changed files with 108280 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "#!\/usr\/bin\/env python\n# -*- coding: utf-8 -*-\n\n\"\"\"\ntemplate.py: Description of what this script does.\n\nAuthor: Your Name\nCopyright: Copyright 2020, Your Name\nLicense: MIT\nVersion: 1.0\n\"\"\"\n\ndef main():\n # Your code goes here\n pass\n\nif __name__ == \"__main__\":\n main()\n",
"uid" : "47E57C87-1425-4465-834E-7855152797DB",
"name" : "Python 腳本模板",
"keyword" : "py"
}
}