typeduck-codex-web 0.1.0

A browser interface for Codex CLI sessions
Documentation
# typeduck-codex-web

`typeduck-codex-web` provides a local browser interface for Codex CLI sessions.

## Install

Install the [Codex CLI](https://github.com/openai/codex) first, then install this web interface:

```console
cargo install typeduck-codex-web
```

Start a session in the current directory:

```console
typeduck-codex-web
```

The command uses `codex` from `PATH` to run its app-server. To use another executable:

```console
typeduck-codex-web --codex-bin /path/to/codex
```

Run `typeduck-codex-web --help` for port, browser, working-directory, and configuration options.