summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src/content/docs/tui.mdx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/web/src/content/docs/tui.mdx')
-rw-r--r--packages/web/src/content/docs/tui.mdx12
1 files changed, 6 insertions, 6 deletions
diff --git a/packages/web/src/content/docs/tui.mdx b/packages/web/src/content/docs/tui.mdx
index edd0013de..4dd7608be 100644
--- a/packages/web/src/content/docs/tui.mdx
+++ b/packages/web/src/content/docs/tui.mdx
@@ -1,13 +1,13 @@
---
title: TUI
-description: Using the opencode terminal user interface.
+description: Using the OpenCode terminal user interface.
---
import { Tabs, TabItem } from "@astrojs/starlight/components"
-opencode provides an interactive terminal interface or TUI for working on your projects with an LLM.
+OpenCode provides an interactive terminal interface or TUI for working on your projects with an LLM.
-Running opencode starts the TUI for the current directory.
+Running OpenCode starts the TUI for the current directory.
```bash
opencode
@@ -57,7 +57,7 @@ The output of the command is added to the conversation as a tool result.
## Commands
-When using the opencode TUI, you can type `/` followed by a command name to quickly execute actions. For example:
+When using the OpenCode TUI, you can type `/` followed by a command name to quickly execute actions. For example:
```bash frame="none"
/help
@@ -107,7 +107,7 @@ Open external editor for composing messages. Uses the editor set in your `EDITOR
### exit
-Exit opencode. _Aliases_: `/quit`, `/q`
+Exit OpenCode. _Aliases_: `/quit`, `/q`
```bash frame="none"
/exit
@@ -330,7 +330,7 @@ Some editors need command-line arguments to run in blocking mode. The `--wait` f
## Configure
-You can customize TUI behavior through your opencode config file.
+You can customize TUI behavior through your OpenCode config file.
```json title="opencode.json"
{