|
1 | 1 | # Amazon Q Developer for command line Monorepo |
2 | 2 |
|
3 | | -The FigIoDesktop monorepo houses most of the core code for the Amazon Q Developer desktop |
| 3 | +The amazon-q-developer-cli monorepo houses most of the core code for the Amazon Q Developer desktop |
4 | 4 | app and CLI. |
5 | 5 |
|
6 | 6 | ## Overview |
7 | 7 |
|
8 | 8 | Several projects live here: |
9 | 9 |
|
10 | | -- [`packages/autocomlete`](packages/autocomplete/) - The autocomplete react app |
11 | | -- [`packages/dashboard`](packages/dashboard/) - The dashboard react app |
12 | | -- [`figterm/`](figterm/) - figterm, our headless terminal/pseudoterminal that |
| 10 | +- [`autocomplete`](packages/autocomplete/) - The autocomplete react app |
| 11 | +- [`dashboard`](packages/dashboard/) - The dashboard react app |
| 12 | +- [`figterm`](crates/figterm/) - figterm, our headless terminal/pseudoterminal that |
13 | 13 | intercepts the user’s terminal edit buffer. |
14 | | -- [`q_cli/`](q_cli/) - the `q` CLI, allows users to interface with Amazon Q Developer from |
| 14 | +- [`q_cli`](crates/q_cli/) - the `q` CLI, allows users to interface with Amazon Q Developer from |
15 | 15 | the command line |
16 | | -- [`fig_desktop/`](fig_desktop/) - the Rust desktop app, uses |
| 16 | +- [`fig_desktop`](crates/fig_desktop/) - the Rust desktop app, uses |
17 | 17 | [`tao`](https://docs.rs/tao/latest/tao/)/[`wry`](https://docs.rs/wry/latest/wry/) |
18 | 18 | for windowing/webviews |
19 | | -- [`fig_input_method/`](fig_input_method/) - The input method used to get cursor |
| 19 | +- [`fig_input_method`](crates/fig_input_method/) - The input method used to get cursor |
20 | 20 | position on macOS |
21 | | -- [`extensions/vscode`](extensions/vscode/) - Contains the VSCode plugin needed |
| 21 | +- [`vscode`](extensions/vscode/) - Contains the VSCode plugin needed |
22 | 22 | for the Amazon Q Developer for command line to work in VSCode |
23 | | -- [`extensions/jetbrains`](extensions/jetbrains/) - Contains the VSCode plugin |
| 23 | +- [`jetbrains`](extensions/jetbrains/) - Contains the VSCode plugin |
24 | 24 | needed for the Amazon Q Developer for command line to work in Jetbrains IDEs |
25 | 25 |
|
26 | 26 | Other folder to be aware of |
|
0 commit comments