Skip to content

Commit 7203afc

Browse files
authored
🍱 Update preferences screenshot to match current UI (raycast#183)
1 parent d44c8a9 commit 7203afc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ The following parameters are available to customize your Script Command in Rayca
7070

7171
### Standard Output
7272

73-
You can use the standard output to present messages in Raycast. Depending on the `mode`, the standard output of your scripts is differently presented.
73+
You can use the standard output to present messages in Raycast. Depending on the `mode`, the standard output of your scripts is differently presented.
7474

7575
![Toast](https://github.com/raycast/script-commands/blob/master/screenshots/toast.png?raw=true)
7676

@@ -86,7 +86,7 @@ Use `argument[1..3]` metadata to specify custom arguments that will be displayed
8686

8787
| Field | Description | Required | App Version |
8888
|---------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------|-------------|
89-
| type | Input type. For now only "text" value available. | Yes | 1.2.0+ |
89+
| type | Input type. For now only "text" value available. | Yes | 1.2.0+ |
9090
| placeholder | Placeholder for the input field. | Yes | 1.2.0+ |
9191
| optional | Set to `true` if you want to mark argument as optional. When not provided, argument is considered to be required (Raycast will not allow to execute the script if argument input is empty) | No | 1.3.0+ |
9292
| percentEncoded| Set to `true` if you want Raycast to perform percent encoding on the argument value before passing it to the script. Can be handy for scripts that pass argument directly to URL query | No | 1.4.0+ |
@@ -136,7 +136,7 @@ We also append `/usr/local/bin` to `$PATH` variable so you can use your local sh
136136
## Troubleshooting
137137
138138
If a script doesn't appear in the commands list, make sure these requirements are met:
139-
* Script file is executable (you can run `file <path to script>` command in terminal to check it). To make the script executable, run: `chmod +x <path to script>`
139+
* Script file is executable (you can run `file <path to script>` command in terminal to check it). To make the script executable, run: `chmod +x <path to script>`
140140
* Filename doesn't contain `.template.` string
141141
* All required metadata parameters are provided. See the table above which parameters are required.
142142
* You use either `#` or `//` comments for metadata parameters

screenshots/preferences.png

27.1 KB
Loading

0 commit comments

Comments
 (0)