Script to fast open url with raycast based on a registered steps routes
- Dowload the
step-url.zipfrom the latest release and place files and placestep-url.jsandstep-url.config.jsonon the same folder - Configure the new script in Raycast config
- Edit
step-url.config.jsonto your needs adding nested steps or combos
The config file contains all the urls accesible for the script and different dividers or wildcards to search for
$configs$dividers-> Array of chars that may split the differents steps$wildcard-> Wildcard to be replacefor for the provided query$comboWildcard-> Wildcard to indicate the steps correspond to a combo
$combos-> Steps resulting in an array of steped routes^[a-z0-9]+$-> Step that is an array of route steps or an object_name-> Name to be displayed when oppening the urls_routes-> Array with the different routes to open
$routes-> Steps resulting in an url to be opened^[a-z0-9]+$-> Step that is an url string or an object_name-> Name to be displayed when oppening the url_url-> The url for that step_search-> Url with the query wildcard to be replaced
You may validate the config file with
step-url.schema.json
