Skip to content

Instantly share code, notes, and snippets.

View alamparelli's full-sized avatar
:octocat:
LearningMood

Alessandro alamparelli

:octocat:
LearningMood
View GitHub Profile
@davidamo9
davidamo9 / README.md
Created January 17, 2026 03:10
Claude Code Context Window Progress Bar - Custom status line showing real-time token usage

Claude Code Context Window Progress Bar

A custom status line for Claude Code that shows real-time context window usage with a visual progress bar.

Screenshot

[op] $0.31 | ████░░░░░░ 22.6% (45K/200K) | main*
let systemIcons = [
"circle",
"square",
"arrow.left",
"arrow.up",
"arrow.right",
"arrow.down",
"arrow.left.and.right",
"arrow.up.left",
"arrow.up.right",
@karenyyng
karenyyng / tmux_cheat_sheet.md
Last active July 19, 2024 16:14
common work flow of tmux

Title: Tmux project sessions
Date: 2014-12-24 17:00 Tags: Tmux, learn-X-in-Y-minutes
Author: K. Y. Ng

This is a tutorial for setting up Tmux for saving terminal project sessions.

Tmux helps you emulate several shell sessions within the same terminal window.