You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add account email display, switch account, and dev run script
Show the logged-in email from `claude auth status` in the menu dropdown,
refresh it on each usage poll, and add a "Switch Account..." button that
runs `claude auth login`. Also add run.sh for quick build-and-launch.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,8 @@ A macOS menu bar app that displays your [Claude Code](https://docs.anthropic.com
13
13
## Features
14
14
15
15
-**Real-time usage tracking** - Monitor your Claude Code session and weekly usage limits
16
+
-**Account display** - Shows the currently logged-in email address in the menu
17
+
-**Switch accounts** - Quickly switch Claude accounts via `claude auth login` from the menu (make sure the right browser profile is focused if you use 2 profiles that are signed into 2 different claude accounts)
- Pie Charts: Visual representation with two pie charts
@@ -60,16 +62,18 @@ brew upgrade clive
60
62
61
63
Once running, Clive appears in your menu bar showing your Claude Code usage. Click the icon to see:
62
64
65
+
-**Logged-in email** - The email address of the current Claude account
63
66
-**Session usage** - Current session percentage and reset time
64
67
-**Weekly usage** - Current week's percentage
68
+
-**Switch Account** - Run `claude auth login` to switch to a different account
65
69
66
70
Access Settings (⌘,) to configure:
67
71
- Display mode (Text, Pie Charts, or Bar Charts)
68
72
- Refresh interval (1-30 minutes)
69
73
70
74
## How It Works
71
75
72
-
Clive periodically runs `claude /usage` to fetch your current usage statistics and displays them in the menu bar. The app parses the output to extract session and weekly usage percentages.
76
+
Clive periodically runs `claude /usage` to fetch your current usage statistics and displays them in the menu bar. The app parses the output to extract session and weekly usage percentages. It also runs `claude auth status` to display the currently logged-in account email.
0 commit comments