init: Alfred preferences
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"alfredsnippet" : {
|
||||
"snippet" : "source bin\/activate",
|
||||
"uid" : "1ED022D2-A4CE-4D92-904E-53A8B5A87D37",
|
||||
"name" : "Activate Virtual Environment",
|
||||
"keyword" : ""
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"alfredsnippet" : {
|
||||
"snippet" : "python3 -m venv ",
|
||||
"uid" : "BED38438-575A-4F03-BD1C-0A8BFCEDCB4E",
|
||||
"name" : "Create Python Virtual Environment",
|
||||
"keyword" : ""
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"alfredsnippet" : {
|
||||
"snippet" : "deactivate",
|
||||
"uid" : "79C82FDD-787C-4895-918D-879721FEC1FB",
|
||||
"name" : "Deactivate Virtual Environment",
|
||||
"keyword" : ""
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"alfredsnippet" : {
|
||||
"snippet" : "pip install -U pip",
|
||||
"uid" : "C8E078EC-20E7-416E-A8AD-4986E926FB39",
|
||||
"name" : "Upgrade pip Package",
|
||||
"keyword" : ""
|
||||
}
|
||||
}
|
||||
BIN
Alfred.alfredpreferences/snippets/venv/icon.png
Normal file
BIN
Alfred.alfredpreferences/snippets/venv/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.2 KiB |
12
Alfred.alfredpreferences/snippets/venv/info.plist
Normal file
12
Alfred.alfredpreferences/snippets/venv/info.plist
Normal 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>
|
||||
Reference in New Issue
Block a user