mirror of
https://github.com/aljazceru/opencode.git
synced 2026-01-20 08:14:57 +01:00
docs: rename opencode to OpenCode
This commit is contained in:
@@ -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"
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user