init: Alfred preferences
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"alfredsnippet" : {
|
||||
"snippet" : "git clone https:\/\/github.com\/microsoft\/vscode-remote-try-php",
|
||||
"uid" : "74640530-34AD-4A1C-8DD0-469D86B4ADCA",
|
||||
"name" : "Clone VSCode Remote Try PHP",
|
||||
"keyword" : ""
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"alfredsnippet" : {
|
||||
"snippet" : "git clone https:\/\/github.com\/microsoft\/vscode-remote-try-python",
|
||||
"uid" : "BE11A1C4-CB34-40D9-B817-0AE122D7BC12",
|
||||
"name" : "Clone VSCode Remote Try Python",
|
||||
"keyword" : ""
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"alfredsnippet" : {
|
||||
"snippet" : "docker ps -a --filter=\"label=vsch.quality\" --format \"table {{.ID}}\\t{{.Status}}\\t{{.Image}}\\tvscode-{{.Label \\\"vsch.quality\\\"}}\\t{{.Label \\\"vsch.local.folder\\\"}}\"\n",
|
||||
"uid" : "12B0A70C-979C-40A2-9AC4-B834E875B08D",
|
||||
"name" : "List Docker Containers with Labels",
|
||||
"keyword" : "docker command"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"alfredsnippet" : {
|
||||
"snippet" : "devcontainer open .",
|
||||
"uid" : "C9EF4390-D0C9-4621-9C79-BB34B558E023",
|
||||
"name" : "Open Development Container",
|
||||
"keyword" : "devcontainer"
|
||||
}
|
||||
}
|
||||
BIN
Alfred.alfredpreferences/snippets/visual-studio-code/icon.png
Normal file
BIN
Alfred.alfredpreferences/snippets/visual-studio-code/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.3 KiB |
@@ -0,0 +1,10 @@
|
||||
<?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>snippetkeywordprefix</key>
|
||||
<string></string>
|
||||
<key>snippetkeywordsuffix</key>
|
||||
<string></string>
|
||||
</dict>
|
||||
</plist>
|
||||
Reference in New Issue
Block a user