Skip to content

Commit 98656b9

Browse files
authored
Update README.md (#35)
1 parent b724dbb commit 98656b9

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
# Amazon Q Developer for command line Monorepo
22

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
44
app and CLI.
55

66
## Overview
77

88
Several projects live here:
99

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
1313
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
1515
the command line
16-
- [`fig_desktop/`](fig_desktop/) - the Rust desktop app, uses
16+
- [`fig_desktop`](crates/fig_desktop/) - the Rust desktop app, uses
1717
[`tao`](https://docs.rs/tao/latest/tao/)/[`wry`](https://docs.rs/wry/latest/wry/)
1818
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
2020
position on macOS
21-
- [`extensions/vscode`](extensions/vscode/) - Contains the VSCode plugin needed
21+
- [`vscode`](extensions/vscode/) - Contains the VSCode plugin needed
2222
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
2424
needed for the Amazon Q Developer for command line to work in Jetbrains IDEs
2525

2626
Other folder to be aware of

0 commit comments

Comments
 (0)