Skip to content

Commit 2d32d46

Browse files
Add resource: Claude HUD (#1662)
Category: Status Lines Sub-category: General Author: Jarrod Watts From issue: #1661 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c92b387 commit 2d32d46

50 files changed

Lines changed: 194 additions & 95 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,9 @@
2929

3030
## Latest Additions
3131

32+
- [Claude HUD](https://github.com/jarrodwatts/claude-hud) by [Jarrod Watts](https://github.com/jarrodwatts) - A really stacked status line that exposes just about everything you might need - context usage, tools, agents, todos, etc. Highly configurable and actively maintained at the time of writing - code quality is strong.
3233
- [claude-pace](https://github.com/Astro-Han/claude-pace) by [Astro-Han](https://github.com/Astro-Han) - A lightweight Bash + jq statusline for Claude Code that displays rate limit pace delta (burn rate vs. time remaining), 5h/7d usage percentage, context window usage, git branch and diff stats. Compares current consumption rate against time remaining in each rate limit window to indicate whether quota is being used faster or slower than the window allows. Single file with no external dependencies beyond jq.
3334
- [Clawd on Desk](https://github.com/rullerzhou-afk/clawd-on-desk) by [Ruller_Lulu](https://github.com/rullerzhou-afk) - A desktop pet that reacts to your Claude Code sessions in real-time — thinking, typing, juggling, sleeping, and more. Yep. It's undeniably endearing. And at the end of the day, isn't that what Claude Code is all about?
34-
- [ccxray](https://github.com/lis186/ccxray) by [lis186](https://github.com/lis186) - A transparent HTTP proxy and real-time dashboard that sits between Claude Code and the Anthropic API. Captures every request and response without configuration, presenting them in a Miller-column interface with session grouping, token/cost tracking, and context-window visualization.
35-
- [Encyclopedia of Agentic Coding Patterns](https://aipatternbook.com) by [Wolf McNally](https://github.com/wolfmcnally) - A freely available reference covering 190+ patterns for AI-assisted software development (and actually a whole bunch of related technical topics) from foundational concepts through agentic construction patterns, governance, testing, and socio-technical systems. Each entry follows a consistent pattern-language format with Context, Problem, Forces, Solution, Consequences, and Related Patterns. Opinionated and erudiate, which is actually good for an "encyclopedia" in some ways.
3635

3736

3837
## Contents
@@ -229,6 +228,7 @@
229228

230229
- [CCometixLine - Claude Code Statusline](https://github.com/Haleclipse/CCometixLine) by [Haleclipse](https://github.com/Haleclipse) - A high-performance Claude Code statusline tool written in Rust with Git integration, usage tracking, interactive TUI configuration, and Claude Code enhancement utilities.
231230
- [ccstatusline](https://github.com/sirmalloc/ccstatusline) by [sirmalloc](https://github.com/sirmalloc) - A highly customizable status line formatter for Claude Code CLI that displays model info, git branch, token usage, and other metrics in your terminal.
231+
- [Claude HUD](https://github.com/jarrodwatts/claude-hud) by [Jarrod Watts](https://github.com/jarrodwatts) - A really stacked status line that exposes just about everything you might need - context usage, tools, agents, todos, etc. Highly configurable and actively maintained at the time of writing - code quality is strong.
232232
- [claude-code-statusline](https://github.com/rz1989s/claude-code-statusline) by [rz1989s](https://github.com/rz1989s) - Enhanced 4-line statusline for Claude Code with themes, cost tracking, and MCP server monitoring.
233233
- [claude-pace](https://github.com/Astro-Han/claude-pace) by [Astro-Han](https://github.com/Astro-Han) - A lightweight Bash + jq statusline for Claude Code that displays rate limit pace delta (burn rate vs. time remaining), 5h/7d usage percentage, context window usage, git branch and diff stats. Compares current consumption rate against time remaining in each rate limit window to indicate whether quota is being used faster or slower than the window allows. Single file with no external dependencies beyond jq.
234234
- [claude-powerline](https://github.com/Owloops/claude-powerline) by [Owloops](https://github.com/Owloops) - A vim-style powerline statusline for Claude Code with real-time usage tracking, git integration, custom themes, and more.

README_ALTERNATIVES/README_AWESOME.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,9 @@
2929

3030
## Latest Additions
3131

32+
- [Claude HUD](https://github.com/jarrodwatts/claude-hud) by [Jarrod Watts](https://github.com/jarrodwatts) - A really stacked status line that exposes just about everything you might need - context usage, tools, agents, todos, etc. Highly configurable and actively maintained at the time of writing - code quality is strong.
3233
- [claude-pace](https://github.com/Astro-Han/claude-pace) by [Astro-Han](https://github.com/Astro-Han) - A lightweight Bash + jq statusline for Claude Code that displays rate limit pace delta (burn rate vs. time remaining), 5h/7d usage percentage, context window usage, git branch and diff stats. Compares current consumption rate against time remaining in each rate limit window to indicate whether quota is being used faster or slower than the window allows. Single file with no external dependencies beyond jq.
3334
- [Clawd on Desk](https://github.com/rullerzhou-afk/clawd-on-desk) by [Ruller_Lulu](https://github.com/rullerzhou-afk) - A desktop pet that reacts to your Claude Code sessions in real-time — thinking, typing, juggling, sleeping, and more. Yep. It's undeniably endearing. And at the end of the day, isn't that what Claude Code is all about?
34-
- [ccxray](https://github.com/lis186/ccxray) by [lis186](https://github.com/lis186) - A transparent HTTP proxy and real-time dashboard that sits between Claude Code and the Anthropic API. Captures every request and response without configuration, presenting them in a Miller-column interface with session grouping, token/cost tracking, and context-window visualization.
35-
- [Encyclopedia of Agentic Coding Patterns](https://aipatternbook.com) by [Wolf McNally](https://github.com/wolfmcnally) - A freely available reference covering 190+ patterns for AI-assisted software development (and actually a whole bunch of related technical topics) from foundational concepts through agentic construction patterns, governance, testing, and socio-technical systems. Each entry follows a consistent pattern-language format with Context, Problem, Forces, Solution, Consequences, and Related Patterns. Opinionated and erudiate, which is actually good for an "encyclopedia" in some ways.
3635

3736

3837
## Contents
@@ -229,6 +228,7 @@
229228

230229
- [CCometixLine - Claude Code Statusline](https://github.com/Haleclipse/CCometixLine) by [Haleclipse](https://github.com/Haleclipse) - A high-performance Claude Code statusline tool written in Rust with Git integration, usage tracking, interactive TUI configuration, and Claude Code enhancement utilities.
231230
- [ccstatusline](https://github.com/sirmalloc/ccstatusline) by [sirmalloc](https://github.com/sirmalloc) - A highly customizable status line formatter for Claude Code CLI that displays model info, git branch, token usage, and other metrics in your terminal.
231+
- [Claude HUD](https://github.com/jarrodwatts/claude-hud) by [Jarrod Watts](https://github.com/jarrodwatts) - A really stacked status line that exposes just about everything you might need - context usage, tools, agents, todos, etc. Highly configurable and actively maintained at the time of writing - code quality is strong.
232232
- [claude-code-statusline](https://github.com/rz1989s/claude-code-statusline) by [rz1989s](https://github.com/rz1989s) - Enhanced 4-line statusline for Claude Code with themes, cost tracking, and MCP server monitoring.
233233
- [claude-pace](https://github.com/Astro-Han/claude-pace) by [Astro-Han](https://github.com/Astro-Han) - A lightweight Bash + jq statusline for Claude Code that displays rate limit pace delta (burn rate vs. time remaining), 5h/7d usage percentage, context window usage, git branch and diff stats. Compares current consumption rate against time remaining in each rate limit window to indicate whether quota is being used faster or slower than the window allows. Single file with no external dependencies beyond jq.
234234
- [claude-powerline](https://github.com/Owloops/claude-powerline) by [Owloops](https://github.com/Owloops) - A vim-style powerline statusline for Claude Code with real-time usage tracking, git integration, custom themes, and more.

README_ALTERNATIVES/README_CLASSIC.md

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -46,42 +46,39 @@ Claude Code is a cutting-edge CLI-based coding assistant and agent released by [
4646
## Latest Additions ✨ [🔝](#awesome-claude-code)
4747

4848

49-
[`claude-pace`](https://github.com/Astro-Han/claude-pace) &nbsp; by &nbsp; [Astro-Han](https://github.com/Astro-Han) &nbsp;&nbsp;⚖️&nbsp;&nbsp;MIT
50-
A lightweight Bash + jq statusline for Claude Code that displays rate limit pace delta (burn rate vs. time remaining), 5h/7d usage percentage, context window usage, git branch and diff stats. Compares current consumption rate against time remaining in each rate limit window to indicate whether quota is being used faster or slower than the window allows. Single file with no external dependencies beyond jq.
49+
[`Claude HUD`](https://github.com/jarrodwatts/claude-hud) &nbsp; by &nbsp; [Jarrod Watts](https://github.com/jarrodwatts) &nbsp;&nbsp;⚖️&nbsp;&nbsp;MIT
50+
A really stacked status line that exposes just about everything you might need - context usage, tools, agents, todos, etc. Highly configurable and actively maintained at the time of writing - code quality is strong.
5151

5252
<details>
5353
<summary>📊 GitHub Stats</summary>
5454

55-
![GitHub Stats for claude-pace](https://github-readme-stats-fork-orpin.vercel.app/api/pin/?repo=claude-pace&username=Astro-Han&all_stats=true&stats_only=true)
55+
![GitHub Stats for claude-hud](https://github-readme-stats-fork-orpin.vercel.app/api/pin/?repo=claude-hud&username=jarrodwatts&all_stats=true&stats_only=true)
5656

5757
</details>
5858
<br>
5959

60-
[`Clawd on Desk`](https://github.com/rullerzhou-afk/clawd-on-desk) &nbsp; by &nbsp; [Ruller_Lulu](https://github.com/rullerzhou-afk) &nbsp;&nbsp;⚖️&nbsp;&nbsp;MIT
61-
A desktop pet that reacts to your Claude Code sessions in real-time — thinking, typing, juggling, sleeping, and more. Yep. It's undeniably endearing. And at the end of the day, isn't that what Claude Code is all about?
60+
[`claude-pace`](https://github.com/Astro-Han/claude-pace) &nbsp; by &nbsp; [Astro-Han](https://github.com/Astro-Han) &nbsp;&nbsp;⚖️&nbsp;&nbsp;MIT
61+
A lightweight Bash + jq statusline for Claude Code that displays rate limit pace delta (burn rate vs. time remaining), 5h/7d usage percentage, context window usage, git branch and diff stats. Compares current consumption rate against time remaining in each rate limit window to indicate whether quota is being used faster or slower than the window allows. Single file with no external dependencies beyond jq.
6262

6363
<details>
6464
<summary>📊 GitHub Stats</summary>
6565

66-
![GitHub Stats for clawd-on-desk](https://github-readme-stats-fork-orpin.vercel.app/api/pin/?repo=clawd-on-desk&username=rullerzhou-afk&all_stats=true&stats_only=true)
66+
![GitHub Stats for claude-pace](https://github-readme-stats-fork-orpin.vercel.app/api/pin/?repo=claude-pace&username=Astro-Han&all_stats=true&stats_only=true)
6767

6868
</details>
6969
<br>
7070

71-
[`ccxray`](https://github.com/lis186/ccxray) &nbsp; by &nbsp; [lis186](https://github.com/lis186) &nbsp;&nbsp;⚖️&nbsp;&nbsp;MIT
72-
A transparent HTTP proxy and real-time dashboard that sits between Claude Code and the Anthropic API. Captures every request and response without configuration, presenting them in a Miller-column interface with session grouping, token/cost tracking, and context-window visualization.
71+
[`Clawd on Desk`](https://github.com/rullerzhou-afk/clawd-on-desk) &nbsp; by &nbsp; [Ruller_Lulu](https://github.com/rullerzhou-afk) &nbsp;&nbsp;⚖️&nbsp;&nbsp;MIT
72+
A desktop pet that reacts to your Claude Code sessions in real-time — thinking, typing, juggling, sleeping, and more. Yep. It's undeniably endearing. And at the end of the day, isn't that what Claude Code is all about?
7373

7474
<details>
7575
<summary>📊 GitHub Stats</summary>
7676

77-
![GitHub Stats for ccxray](https://github-readme-stats-fork-orpin.vercel.app/api/pin/?repo=ccxray&username=lis186&all_stats=true&stats_only=true)
77+
![GitHub Stats for clawd-on-desk](https://github-readme-stats-fork-orpin.vercel.app/api/pin/?repo=clawd-on-desk&username=rullerzhou-afk&all_stats=true&stats_only=true)
7878

7979
</details>
8080
<br>
8181

82-
[`Encyclopedia of Agentic Coding Patterns`](https://aipatternbook.com) &nbsp; by &nbsp; [Wolf McNally](https://github.com/wolfmcnally) &nbsp;&nbsp;⚖️&nbsp;&nbsp;&copy;
83-
A freely available reference covering 190+ patterns for AI-assisted software development (and actually a whole bunch of related technical topics) from foundational concepts through agentic construction patterns, governance, testing, and socio-technical systems. Each entry follows a consistent pattern-language format with Context, Problem, Forces, Solution, Consequences, and Related Patterns. Opinionated and erudiate, which is actually good for an "encyclopedia" in some ways.
84-
8582

8683
## Contents [🔝](#awesome-claude-code)
8784

@@ -1381,6 +1378,17 @@ A highly customizable status line formatter for Claude Code CLI that displays mo
13811378
</details>
13821379
<br>
13831380

1381+
[`Claude HUD`](https://github.com/jarrodwatts/claude-hud) &nbsp; by &nbsp; [Jarrod Watts](https://github.com/jarrodwatts) &nbsp;&nbsp;⚖️&nbsp;&nbsp;MIT
1382+
A really stacked status line that exposes just about everything you might need - context usage, tools, agents, todos, etc. Highly configurable and actively maintained at the time of writing - code quality is strong.
1383+
1384+
<details>
1385+
<summary>📊 GitHub Stats</summary>
1386+
1387+
![GitHub Stats for claude-hud](https://github-readme-stats-fork-orpin.vercel.app/api/pin/?repo=claude-hud&username=jarrodwatts&all_stats=true&stats_only=true)
1388+
1389+
</details>
1390+
<br>
1391+
13841392
[`claude-code-statusline`](https://github.com/rz1989s/claude-code-statusline) &nbsp; by &nbsp; [rz1989s](https://github.com/rz1989s) &nbsp;&nbsp;⚖️&nbsp;&nbsp;MIT
13851393
Enhanced 4-line statusline for Claude Code with themes, cost tracking, and MCP server monitoring
13861394

README_ALTERNATIVES/README_EXTRA.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,10 @@
187187
</picture>
188188
</div>
189189

190+
<a href="https://github.com/jarrodwatts/claude-hud"><img src="../assets/badge-claude-hud.svg" alt="Claude HUD"></a>
191+
_A really stacked status line that exposes just about everything you might need - context usage, tools, agents, todos, etc. Highly configurable and actively maintained at the time of writing - code quality is strong._
192+
![GitHub Stats for claude-hud](https://github-readme-stats-fork-orpin.vercel.app/api/pin/?repo=claude-hud&username=jarrodwatts&all_stats=true&stats_only=true&hide_border=true&bg_color=00000000&icon_color=FF0000&text_color=FF0000)
193+
190194
<a href="https://github.com/Astro-Han/claude-pace"><img src="../assets/badge-claude-pace.svg" alt="claude-pace"></a>
191195
_A lightweight Bash + jq statusline for Claude Code that displays rate limit pace delta (burn rate vs. time remaining), 5h/7d usage percentage, context window usage, git branch and diff stats. Compares current consumption rate against time remaining in each rate limit window to indicate whether quota is being used faster or slower than the window allows. Single file with no external dependencies beyond jq._
192196
![GitHub Stats for claude-pace](https://github-readme-stats-fork-orpin.vercel.app/api/pin/?repo=claude-pace&username=Astro-Han&all_stats=true&stats_only=true&hide_border=true&bg_color=00000000&icon_color=FF0000&text_color=FF0000)
@@ -195,13 +199,6 @@ _A lightweight Bash + jq statusline for Claude Code that displays rate limit pac
195199
_A desktop pet that reacts to your Claude Code sessions in real-time — thinking, typing, juggling, sleeping, and more. Yep. It's undeniably endearing. And at the end of the day, isn't that what Claude Code is all about?_
196200
![GitHub Stats for clawd-on-desk](https://github-readme-stats-fork-orpin.vercel.app/api/pin/?repo=clawd-on-desk&username=rullerzhou-afk&all_stats=true&stats_only=true&hide_border=true&bg_color=00000000&icon_color=FF0000&text_color=FF0000)
197201

198-
<a href="https://github.com/lis186/ccxray"><img src="../assets/badge-ccxray.svg" alt="ccxray"></a>
199-
_A transparent HTTP proxy and real-time dashboard that sits between Claude Code and the Anthropic API. Captures every request and response without configuration, presenting them in a Miller-column interface with session grouping, token/cost tracking, and context-window visualization._
200-
![GitHub Stats for ccxray](https://github-readme-stats-fork-orpin.vercel.app/api/pin/?repo=ccxray&username=lis186&all_stats=true&stats_only=true&hide_border=true&bg_color=00000000&icon_color=FF0000&text_color=FF0000)
201-
202-
<a href="https://aipatternbook.com"><img src="../assets/badge-encyclopedia-of-agentic-coding-patterns.svg" alt="Encyclopedia of Agentic Coding Patterns"></a>
203-
_A freely available reference covering 190+ patterns for AI-assisted software development (and actually a whole bunch of related technical topics) from foundational concepts through agentic construction patterns, governance, testing, and socio-technical systems. Each entry follows a consistent pattern-language format with Context, Problem, Forces, Solution, Consequences, and Related Patterns. Opinionated and erudiate, which is actually good for an "encyclopedia" in some ways._
204-
205202

206203
<br>
207204

@@ -1459,6 +1456,13 @@ _A highly customizable status line formatter for Claude Code CLI that displays m
14591456
<div align="center"><img src="../assets/entry-separator-light-animated.svg" alt=""></div>
14601457

14611458

1459+
<a href="https://github.com/jarrodwatts/claude-hud"><img src="../assets/badge-claude-hud.svg" alt="Claude HUD"></a>
1460+
_A really stacked status line that exposes just about everything you might need - context usage, tools, agents, todos, etc. Highly configurable and actively maintained at the time of writing - code quality is strong._
1461+
![GitHub Stats for claude-hud](https://github-readme-stats-fork-orpin.vercel.app/api/pin/?repo=claude-hud&username=jarrodwatts&all_stats=true&stats_only=true&hide_border=true&bg_color=00000000&icon_color=FF0000&text_color=FF0000)
1462+
1463+
<div align="center"><img src="../assets/entry-separator-light-animated.svg" alt=""></div>
1464+
1465+
14621466
<a href="https://github.com/rz1989s/claude-code-statusline"><img src="../assets/badge-claude-code-statusline.svg" alt="claude-code-statusline"></a>
14631467
_Enhanced 4-line statusline for Claude Code with themes, cost tracking, and MCP server monitoring_
14641468
![GitHub Stats for claude-code-statusline](https://github-readme-stats-fork-orpin.vercel.app/api/pin/?repo=claude-code-statusline&username=rz1989s&all_stats=true&stats_only=true&hide_border=true&bg_color=00000000&icon_color=FF0000&text_color=FF0000)

0 commit comments

Comments
 (0)