salamand menu : images

This commit is contained in:
babayaga 2025-09-13 22:52:26 +02:00
parent cacddd6aa8
commit e6d84f06cc

View File

@ -7,19 +7,19 @@
},
"transcribe": {
"name": "Transcribe Audio",
"command": "kbot",
"command": "kbot-d",
"args": "transcribe --include=\"$(FullName)\" --alt=true --dst=\"&{SRC_DIR}/&{SRC_NAME}.md\"",
"description": "Transcribe audio file"
},
"remove-background": {
"name": "Remove Background",
"command": "kbot",
"command": "kbot-d",
"args": "image \"remove the background\" --alt=true --include=\"$(FullName)\" --dst=\"&{SRC_DIR}/&{SRC_NAME}_no_bg.png\"",
"description": "Remove background from an image"
},
"create-as-image": {
"name": "Create as Image",
"command": "kbot",
"command": "kbot-d",
"args": "image --alt=true --prompt=\"$(FullName)\" --dst=\"&{SRC_DIR}/&{SRC_NAME}.png\"",
"description": "Create an image from a text file"
}