docs: rename opencode to OpenCode

This commit is contained in:
Jay V
2025-10-03 13:46:56 -04:00
parent 4159db4549
commit 6378e6c06f
19 changed files with 133 additions and 133 deletions

View File

@@ -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"
{