salamand menu : images
This commit is contained in:
parent
cacddd6aa8
commit
e6d84f06cc
@ -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"
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user