Skip to content

Commit e8ab57c

Browse files
committed
Update README.md
1 parent c4983f9 commit e8ab57c

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -214,12 +214,13 @@ If you need to end a plugin, you can just type
214214
/exit
215215
```
216216

217-
| Command | Description |
218-
| :-------: | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
219-
| `/run` | Runs the command under the project root. You can also use environment variable `PROJECT_ROOT` to get the project root and `FILE_PATH` to get the editing file path. |
220-
| `/airun` | Creates a command with natural language. You can ask to modify the command if it is not what you want. After confirming, the command will be executed by calling the `/run` plugin. |
221-
| `/math` | Solves a math problem in natural language |
222-
| `/search` | Search on Bing and summarize the results. You have to setup the Bing Search API in the host app before using it. |
217+
| Command | Description |
218+
| :------------------------: | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
219+
| `/run` | Runs the command under the project root. You can also use environment variable `PROJECT_ROOT` to get the project root and `FILE_PATH` to get the editing file path. |
220+
| `/airun` | Creates a command with natural language. You can ask to modify the command if it is not what you want. After confirming, the command will be executed by calling the `/run` plugin. |
221+
| `/math` | Solves a math problem in natural language |
222+
| `/search` | Search on Bing and summarize the results. You have to setup the Bing Search API in the host app before using it. |
223+
| `/shortcut(shortcut name)` | Run a shortcut from the Shortcuts.app, and use the following message as the input. If the message is empty, it will use the previous message as input. The output of the shortcut will be printed as a reply from the bot |
223224

224225
### Prompt to Code
225226

0 commit comments

Comments
 (0)