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" : "mysql -h 127.0.0.1 -P SOURCE-PORT -u root -p\n",
"uid" : "EA8527DB-7EB7-4842-B3C7-F2E1318619DA",
"name" : "MySQL Connection Command",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "mysqldump --databases mydb > mydb.sql",
"uid" : "6C303944-AA39-4DA7-9D34-748DFB91C493",
"name" : "MySQL Database Backup",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "mysqldump -u root -p {cursor} > backup.sql",
"uid" : "81CFAF1A-16FD-4904-8293-2F34DDA2F883",
"name" : "MySQL Database Export",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "mysqldump -A -u root -p > backup.sql",
"uid" : "FC355C85-D4A4-4BC3-973A-3C7AA71FE4F3",
"name" : "MySQL Database Full Backup",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "mysql -u root -p -D {cursor} < backup.sql\n",
"uid" : "74D8C3D4-D43B-4370-9690-B28107F19CF7",
"name" : "MySQL Database Restoration",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "mysql -u root -p < backup.sql",
"uid" : "F4514CC8-E3D7-4F06-8F1C-72C63B8BC63B",
"name" : "MySQL Database Restoration",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "mysql -u root -p",
"uid" : "F937A2DB-411B-40C0-B098-46F0F38C3749",
"name" : "MySQL Login",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "mysqladmin -p -u root password {cursor}\n",
"uid" : "B29BEA0F-955E-4C89-A317-79C7AEFAABF2",
"name" : "MySQL Root Password Update",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "mysqladmin ping",
"uid" : "85C48376-8AB2-4EFE-A162-0C01FB20DC88",
"name" : "MySQL Server Ping",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "mysqld --skip-grant-tables --user=mysql --skip-external-locking --port=3306 --sock=\/opt\/bitnami\/mariadb\/tmp\/mysql.sock",
"uid" : "A4445442-DF41-47FE-B27A-A1F9A416C6B7",
"name" : "MySQL Server Startup",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "mysqld --version",
"uid" : "2A291BDC-E479-4641-8C14-CD5688808A6A",
"name" : "MySQL Server Version",
"keyword" : ""
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

View File

@@ -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>