## Documentation Index

Fetch the complete documentation index at: [/llms.txt](https://docs.entire.io/llms.txt)

Use this file to discover all available pages before exploring further.

Show your Entire activity overview from your hosted Entire account.

```
entire activity
```

This command loads your activity from the last month from [entire.io](/content/site-root.html), including:

- Activity overview and aggregate stats
- Repository breakdown
- Recent commits from the last month, grouped by day

If you are not logged in, authenticate first:

```
entire login
```

When you run `entire activity` in an interactive terminal, it opens a richer terminal UI. In non-interactive contexts, such as piped output, or when accessibility mode is enabled with `ACCESSIBLE=1`, it falls back to a simpler static text view that works better with screen readers.

```
# Open the interactive activity view
entire activity

# Use simpler static output for screen readers
ACCESSIBLE=1 entire activity
```

`entire activity` shows account-level activity from Entire, not just local repository state.
