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

# activity

> Show your Entire activity overview from your hosted Entire account.

Show your Entire activity overview from your hosted Entire account.

```bash theme={null}
entire activity
```

This command loads your activity from the last month from [entire.io](https://entire.io), 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:

```bash theme={null}
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.

```bash theme={null}
# Open the interactive activity view
entire activity

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

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