> ## Documentation Index
> Fetch the complete documentation index at: https://diffhub.blode.md/llms.txt
> Use this file to discover all available pages before exploring further.

# Scripts

## open-in-diffhub

A shell script that opens DiffHub in a cmux browser split pane for the current git repository.

### Setup

```bash
sudo cp scripts/open-in-diffhub.sh /usr/local/bin/diffhub-open
```

Configure the project path in your shell profile:

```bash
export DIFFHUB_PROJECT="/path/to/diffhub"
```

### Usage

```bash
diffhub-open
diffhub-open --base develop
```