script-commands
script-commands copied to clipboard
Script Commands let you tailor Raycast to your needs. Think of them as little productivity boosts throughout your day.
I'm looking to have a "default" option for the dropdown argument type. This could be done by simply having another boolean field called `selected` for each option, besides `title` and...
Hi Raycast team! 👋🏼 ## Description I'm writing some custom scripts and needed some specific error handling. During development I realized that Raycast ignores the sub-process exit code if run...
Replace source of the API with more stable and comprehensive one. ## Description ## Type of change - [ ] New script command - [ ] Bug fix - [x]...
Hi there, when attempting to provide a path via shebang I'm unable to effectively pass a flag with a space in it. The following shebangs do not work ### Using...
When copying non-English characters (specifically, Ukrainian) from/to the clipboard, the encoding is broken. To reproduce: Install [pyperclip](https://pypi.org/project/pyperclip/): ```bash pip install pyperclip ``` Write a simple python script, e.g.: ```py import...
## Description copy a list of urls, open them all in chrome ## Type of change - [x] New script command - [ ] Bug fix - [ ] Improvement...