You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://fig.io/community)
13
-
[](https://twitter.com/intent/follow?screen_name=fig)
14
4
15
-
**[Fig](https://fig.io?ref=github_autocomplete) makes the command line easier
16
-
for individuals and more collaborative for teams.**
17
-
18
-
Our most popular product is Autocomplete. As you type, Fig pops up subcommands,
19
-
options, and contextually relevant arguments in your existing terminal.
5
+
**[Amazon Q Developer in the command line](https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/command-line-getting-started-installing.html)
6
+
adds IDE-style completions for hundreds of popular CLIs like `git`, `npm`,
7
+
`docker`, and `aws`. Start typing, and Amazon Q populates contextually relevant
8
+
subcommands, options and arguments.**
20
9
21
10
## ⚡️ Installation
22
11
23
12
-**macOS**:
24
-
-**DMG**: Download from our website: [fig.io](https://fig.io/welcome)
25
-
-**Homebrew**: `brew install fig`
26
-
-**Windows/Linux**:
27
-
- Join the [waitlist](https://withfig.typeform.com/linux)
-[Autocomplete in SSH](https://fig.io/user-manual/autocomplete/ssh)
30
-
-[Autocomplete in Docker Containers](https://fig.io/user-manual/autocomplete/docker)
21
+
-[Autocomplete in SSH](https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/command-line-autocomplete-ssh.html)
31
22
32
-
> NOTE: Once it's downloaded, launch the app to set up Fig!
23
+
> NOTE: Once it's downloaded, launch the app to set up Amazon Q for command
24
+
> line!
33
25
34
26
<br/>
35
27
36
-

28
+

37
29
38
30
<br/>
39
31
40
32
## 👋 What are "completion specs"?
41
33
42
34
A completion spec is a _declarative_ schema that specifies the `subcommands`,
43
-
`options` and `args` for a CLI tool. Fig uses these schemas to generate
35
+
`options` and `args` for a CLI tool. Amazon Q uses these schemas to generate
44
36
suggestions.
45
37
46
38
<br/>
@@ -52,7 +44,7 @@ Use the steps below or follow our getting started guide:
52
44
53
45
**Prerequisites:**
54
46
55
-
- Download Fig for macOS
47
+
- Download Amazon Q for command line
56
48
- Node and Pnpm
57
49
58
50
<br/>
@@ -69,8 +61,8 @@ Use the steps below or follow our getting started guide:
69
61
70
62
```bash
71
63
# Replace `YOUR_GITHUB_USERNAME` with your own GitHub username
0 commit comments