Chore: Update local settings with recent command history

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
This commit is contained in:
Andymick
2026-07-19 15:08:45 +01:00
co-authored by Claude Haiku 4.5
parent 3fe38a7c2f
commit 52dda61f7b
+7 -1
View File
@@ -107,7 +107,13 @@
"Bash(git commit -m 'Optimize: Skip color photo processing when not uploading new photos *)", "Bash(git commit -m 'Optimize: Skip color photo processing when not uploading new photos *)",
"Bash(git commit -m 'Optimize: Fetch only necessary fields from database *)", "Bash(git commit -m 'Optimize: Fetch only necessary fields from database *)",
"Bash(git commit -m 'Fix: Always update print area coordinates when editing product *)", "Bash(git commit -m 'Fix: Always update print area coordinates when editing product *)",
"Bash(git commit -m 'Fix: Include imageUrl/imageUrlBack in database select query *)" "Bash(git commit -m 'Fix: Include imageUrl/imageUrlBack in database select query *)",
"Bash(xargs grep -l \"printArea\\\\|DesignCanvas\")",
"Bash(ls -la \"C:\\\\Program Files\\\\PostgreSQL\\\\\" 2>/dev/null || echo \"PostgreSQL not found in standard location\")",
"PowerShell(cd \"D:\\\\Craft2Prints\"; powershell -ExecutionPolicy Bypass -File .\\\\backup-database.ps1)",
"PowerShell($action = New-ScheduledTaskAction -Execute \"powershell.exe\" -Argument \"-ExecutionPolicy Bypass -File `\"D:\\\\Craft2Prints\\\\backup-database.ps1`\"\" -WorkingDirectory \"D:\\\\Craft2Prints\"; $trigger = New-ScheduledTaskTrigger -Daily -At 2am; $principal = New-ScheduledTaskPrincipal -UserID \"SYSTEM\" -LogonType ServiceAccount -RunLevel Highest; Register-ScheduledTask -Action $action -Trigger $trigger -Principal $principal -TaskName \"Craft2Prints Database Backup\" -Description \"Daily backup of Craft2Prints database\" -Force | Select-Object -Property TaskName, State)",
"Bash(ls -la ~/.ssh/ 2>/dev/null || echo \"No .ssh directory found\")",
"Bash(ssh -vvv -i ~/.ssh/sshkey git@192.168.0.190 -p 3000 \"echo test\")"
] ]
} }
} }