We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d056df6 commit 926e35eCopy full SHA for 926e35e
README.md
@@ -108,6 +108,8 @@ Here's an example of a simple web search script with two arguments:
108
open "https://www.google.com/search?q=flights from $1 to $2"
109
```
110
111
+*💡Pro tip:* When typing alias + space, Raycast automatically will move focus to the first input field.
112
+
113
### Error Handling
114
115
If the script exits with a status code not equal to 0, Raycast interprets it as failed and shows a toast that the script failed to run.
0 commit comments