Skip to content

add support for keywords #1014

@bjrmatos

Description

@bjrmatos

it would be great if keywords metadata were supported to find script commands in the root search, so scripts commands can have the same level of discoverability as extension commands.

since script commands already support metadata, i can imagine this to be implemented by allowing the following keywords definition:

#!/bin/bash

# Raycast Script Command Template
#
# Duplicate this file and remove ".template" from the filename to get started.
# See full documentation here: https://github.com/raycast/script-commands
#
# Required parameters:
# @raycast.schemaVersion 1
# @raycast.title My First Script
# @raycast.mode fullOutput
# @raycast.packageName Raycast Scripts
#
# Optional parameters:
# @raycast.icon 🤖
#
# Documentation:
# @raycast.description Write a nice and descriptive summary about your script command here 
# @raycast.author Your name
# @raycast.authorURL An URL for one of your social medias
# @raycast.keywords keyword1,keyword2,keyword3 

echo "Hello from My First Script"

the addition is the @raycast.keywords which expects a comma separated list of keywords for which the script command can be searched in Raycast

why?

as explained initially, i would love for script commands to have the same level of discoverability as extensions commands, the idea is that Raycast search should be able to take these keywords into account for script commands matches

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions