feat: add sample binding of shell_execute_log

This commit is contained in:
CJ van den Berg 2025-01-07 23:08:24 +01:00
parent cfc99b61dc
commit e1f0a4d074
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
3 changed files with 18 additions and 12 deletions

View file

@ -2,7 +2,8 @@
"project": {
"press": [
["f5", ["create_scratch_buffer", "*test*"], ["shell_execute_insert", "zig", "build", "test"]],
["f7", ["create_scratch_buffer", "*build*"], ["shell_execute_insert", "zig", "build"]]
["f7", ["create_scratch_buffer", "*build*"], ["shell_execute_insert", "zig", "build"]],
["alt+d", ["shell_execute_log", "date"]]
]
},
"normal": {