WEBVTT

1
00:00:01.660 --> 00:00:07.720
Now, just as with GitHub Copilot, you can also use the cursor chat here in the terminal

2
00:00:07.720 --> 00:00:12.700
to generate terminal commands, so commands that are ran in the command line.

3
00:00:14.080 --> 00:00:18.820
For example, initialize as a git repo.

4
00:00:19.680 --> 00:00:24.560
If I hit enter, it puts git init into the terminal.

5
00:00:26.240 --> 00:00:30.640
So you can use human language to describe commands you want to execute.

6
00:00:32.000 --> 00:00:38.060
And you can then reject or press escape to accept and close it, but not execute it, or

7
00:00:38.060 --> 00:00:41.080
you could have picked run to run the command right away.

8
00:00:42.600 --> 00:00:47.640
So that's another very neat feature, which kind of also existed in Visual Studio Code

9
00:00:47.640 --> 00:00:52.760
with GitHub Copilot, of course, but it also exists here in cursor.

10
00:00:53.020 --> 00:01:00.820
You can build and run commands with your natural language through this feature by pressing

11
00:01:01.820 --> 00:01:06.820
this shortcut here to generate a command in the terminal right here inside of cursor.

