claude-code-monitor 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,11 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/claude-code-monitor)
|
|
4
4
|
[](https://opensource.org/licenses/MIT)
|
|
5
|
+
[](https://www.apple.com/macos/)
|
|
5
6
|
|
|
6
|
-
A CLI tool to monitor multiple Claude Code sessions in real-time from your terminal
|
|
7
|
+
**A CLI tool to monitor multiple Claude Code sessions in real-time from your terminal.**
|
|
7
8
|
|
|
8
9
|
<p align="center">
|
|
9
|
-
<img src="docs/demo.gif" alt="Claude Code Monitor Demo" width="1000">
|
|
10
|
+
<img src="https://raw.githubusercontent.com/onikan27/claude-code-monitor/main/docs/ccm-demo.gif" alt="Claude Code Monitor Demo" width="1000">
|
|
10
11
|
</p>
|
|
11
12
|
|
|
12
13
|
---
|
|
@@ -43,6 +44,8 @@ A CLI tool to monitor multiple Claude Code sessions in real-time from your termi
|
|
|
43
44
|
|
|
44
45
|
## 📋 Requirements
|
|
45
46
|
|
|
47
|
+
> **Note**: This tool is **macOS only** due to its use of AppleScript for terminal focus features.
|
|
48
|
+
|
|
46
49
|
- **macOS** (focus feature is macOS only)
|
|
47
50
|
- **Node.js** >= 18.0.0
|
|
48
51
|
- **Claude Code** installed
|