I have 22 tmux sessions open right now. That's not unusual — each project, each side-quest, each "let me just poke at this for a minute" gets its own session and never quite leaves. The only way that scales is if jumping between them is faster than thinking about it.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (defun svj-npm-get-latest-version (dependency-name) | |
| (let* ((url (format "https://registry.npmjs.org/%s" dependency-name)) | |
| (buffer (url-retrieve-synchronously url t))) | |
| (with-current-buffer buffer | |
| (goto-char url-http-end-of-headers) | |
| (unwind-protect | |
| (cdr (assq 'latest (assq 'dist-tags (json-read)))) | |
| (kill-buffer buffer))))) | |
| (defun svj-npm-query-replace-dependency () |
A rich, colorful status line for Claude Code that shows context usage, model info, version update alerts, and more — right in your terminal.
| Section | Example | Description |
|---|
OlderNewer