A custom status line for Claude Code that shows real-time context window usage with a visual progress bar.
[op] $0.31 | ████░░░░░░ 22.6% (45K/200K) | main*
A custom status line for Claude Code that shows real-time context window usage with a visual progress bar.
[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", |
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.