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" : "PIPENV_VENV_IN_PROJECT",
"uid" : "668562B9-E00C-40EA-A938-FCBBBF2E680B",
"name" : "PIPENV_VENV_IN_PROJECT",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "brew install openssl readline sqlite3 xz zlib",
"uid" : "ED3096FD-03FA-4823-9ECA-626C70776B20",
"name" : "brew install openssl readline sqlite3 xz zlib",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "brew install pipenv",
"uid" : "02EAC062-B2C1-4D3D-97EC-4F851C5749B6",
"name" : "brew install pipenv",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "brew install pyenv",
"uid" : "F17835CF-29A2-4A90-BFD8-56424E85F82B",
"name" : "brew install pyenv",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "brew upgrade pipenv",
"uid" : "5FF140BD-943F-4B31-A5CD-6054B7CFB8D9",
"name" : "brew upgrade pipenv",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "eval \"$(pipenv --completion)\"",
"uid" : "4063F0E2-689B-4E10-B2ED-8567D3D90A57",
"name" : "eval \"$(pipenv --completion)\"",
"keyword" : ""
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>disabled</key>
<true/>
<key>snippetkeywordprefix</key>
<string></string>
<key>snippetkeywordsuffix</key>
<string></string>
</dict>
</plist>

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "pipenv --python 3.7",
"uid" : "08547FC7-A9E0-40D4-A110-8F99193B1C9D",
"name" : "pipenv --python 3.7",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "pipenv --rm",
"uid" : "71A7E4B3-5FB0-474D-A0A3-DD1FED9FC150",
"name" : "pipenv --rm",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "pipenv install {cursor}",
"uid" : "13B1EFCC-0595-41C1-B19D-4B4DC219455E",
"name" : "pipenv install",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "pipenv install flake8 --dev",
"uid" : "A0AD32EA-7787-4DEA-9339-72FECB393942",
"name" : "pipenv install flake8 --dev",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "pipenv install isort",
"uid" : "EA381927-C0AD-479B-8641-5CA5E43EC993",
"name" : "pipenv install isort",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "pipenv install yapf --dev",
"uid" : "CE492E2B-FC13-4327-959E-C315BF3AAF6F",
"name" : "pipenv install yapf --dev",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "pipenv install yapf",
"uid" : "F70F1140-2117-4214-AA08-74904C11B67F",
"name" : "pipenv install yapf",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "pipenv lock -r > requirements.txt",
"uid" : "CA9A2C92-95CE-43E8-87EB-FB863E523AB5",
"name" : "pipenv lock -r > requirements.txt",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "pipenv run python",
"uid" : "C264CE9E-2C9B-4719-ACCD-0C2C60DCE639",
"name" : "pipenv run python",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "pipenv shell",
"uid" : "92B2D99D-D8BF-4059-82BB-8E0D644A5682",
"name" : "pipenv shell",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "pyenv global 3.9.7",
"uid" : "A15151F9-12F6-48E7-995D-E3FEC4CD96BA",
"name" : "pyenv global 3.9.7",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "pyenv install --list",
"uid" : "6C192643-4613-4A63-A5F8-6081EF7EE5A4",
"name" : "pyenv install --list",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "pyenv install 3.9.7",
"uid" : "781E1FA9-5AFE-4A67-94AE-D47AF79E958E",
"name" : "pyenv install",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "pyenv versions",
"uid" : "F1C8A6AC-1CFE-4E96-B851-7F63A361B013",
"name" : "pyenv versions",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "command_exists() {\n command -v \"$@\" >\/dev\/null 2>&1\n}\n\nif command_exists curl; then\n curl -sSL https:\/\/git.io\/JejZP >.editorconfig\n curl -sSL https:\/\/git.io\/JejZ1 >.flake8\n curl -sSL https:\/\/git.io\/JejZD >.isort.cfg\nelse\n exit 1\nfi\n\nif command_exists code; then\n mkdir .vscode\n curl -sSL https:\/\/gist.githubusercontent.com\/LoTimmy\/8ab356dd46d3327957733866d1ed626f\/raw\/7a494b7de2cdf06b618fb7c7a5b4fefea43956f7\/settings.json >.vscode\/settings.json\nfi\n",
"uid" : "B3BC2F8E-5E88-4A39-AA6B-19F5CDF8A76B",
"name" : "venv",
"keyword" : ""
}
}