Skip to content

Commit 0a4178a

Browse files
committed
Merge branch 'docker' of https://github.com/amphora/Claude-Code-Usage-Monitor into docker
2 parents 2f6c8ef + e871581 commit 0a4178a

File tree

2 files changed

+47
-24
lines changed

2 files changed

+47
-24
lines changed

README.md

Lines changed: 36 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -12,30 +12,42 @@ A beautiful real-time terminal monitoring tool for Claude AI token usage. Track
1212

1313
## 📑 Table of Contents
1414

15-
- [✨ Features](#-features)
16-
- [🚀 Installation](#-installation)
17-
- [Prerequisites](#prerequisites)
18-
- [Quick Setup](#quick-setup)
19-
- [📖 Usage](#-usage)
20-
- [Basic Usage](#basic-usage)
21-
- [Specify Your Plan](#specify-your-plan)
22-
- [Custom Reset Times](#custom-reset-times)
23-
- [Timezone Configuration](#timezone-configuration)
24-
- [Exit the Monitor](#exit-the-monitor)
25-
- [📊 Understanding Claude Sessions](#-understanding-claude-sessions)
26-
- [How Sessions Work](#how-sessions-work)
27-
- [Token Reset Schedule](#token-reset-schedule)
28-
- [Burn Rate Calculation](#burn-rate-calculation)
29-
- [🛠️ Token Limits by Plan](#-token-limits-by-plan)
30-
- [🔧 Advanced Features](#-advanced-features)
31-
- [Auto-Detection Mode](#auto-detection-mode)
32-
- [Smart Pro Plan Switching](#smart-pro-plan-switching)
33-
- [⚡ Best Practices](#-best-practices)
34-
- [🐛 Troubleshooting](#-troubleshooting)
35-
- [🚀 Example Usage Scenarios](#-example-usage-scenarios)
36-
- [🤝 Contributing](#-contributing)
37-
- [📝 License](#-license)
38-
- [🙏 Acknowledgments](#-acknowledgments)
15+
- [🎯 Claude Code Usage Monitor](#-claude-code-usage-monitor)
16+
- [📑 Table of Contents](#-table-of-contents)
17+
- [✨ Features](#-features)
18+
- [🚀 Installation](#-installation)
19+
- [Method 1: Docker](#method-1-docker)
20+
- [Method 2: Local Installation](#method-2-local-installation)
21+
- [📖 Usage](#-usage)
22+
- [Basic Usage](#basic-usage)
23+
- [Specify Your Plan](#specify-your-plan)
24+
- [Custom Reset Times](#custom-reset-times)
25+
- [Timezone Configuration](#timezone-configuration)
26+
- [Exit the Monitor](#exit-the-monitor)
27+
- [📊 Understanding Claude Sessions](#-understanding-claude-sessions)
28+
- [How Sessions Work](#how-sessions-work)
29+
- [Token Reset Schedule](#token-reset-schedule)
30+
- [Burn Rate Calculation](#burn-rate-calculation)
31+
- [🛠️ Token Limits by Plan](#️-token-limits-by-plan)
32+
- [🔧 Advanced Features](#-advanced-features)
33+
- [Auto-Detection Mode](#auto-detection-mode)
34+
- [Smart Pro Plan Switching](#smart-pro-plan-switching)
35+
- [⚡ Best Practices](#-best-practices)
36+
- [🐛 Troubleshooting](#-troubleshooting)
37+
- ["Failed to get usage data"](#failed-to-get-usage-data)
38+
- ["No active session found"](#no-active-session-found)
39+
- [Cursor remains hidden after exit](#cursor-remains-hidden-after-exit)
40+
- [Display issues or overlapping text](#display-issues-or-overlapping-text)
41+
- [🚀 Example Usage Scenarios](#-example-usage-scenarios)
42+
- [Morning Developer](#morning-developer)
43+
- [Night Owl Coder](#night-owl-coder)
44+
- [Heavy User with Variable Limits](#heavy-user-with-variable-limits)
45+
- [Quick Check with Default Settings](#quick-check-with-default-settings)
46+
- [International User](#international-user)
47+
- [🤝 Contributing](#-contributing)
48+
- [📊 Help Us Improve Token Limit Detection](#-help-us-improve-token-limit-detection)
49+
- [📝 License](#-license)
50+
- [🙏 Acknowledgments](#-acknowledgments)
3951

4052
---
4153

run.sh

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#!/bin/bash
2+
# Claude Code Usage Monitor - Quick Run Script
3+
# Usage: curl -sSL https://raw.githubusercontent.com/amphora/Claude-Code-Usage-Monitor/docker/run.sh | bash
4+
5+
echo "🎯 Starting Claude Code Usage Monitor..."
6+
7+
# Run the Docker container
8+
docker run -it --rm \
9+
-v "$HOME/.claude:/root/.claude:ro" \
10+
-e HOME=/root \
11+
ghcr.io/amphora/claude-code-usage-monitor:docker "$@"

0 commit comments

Comments
 (0)