npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@paulmagos/codexstatusline

v2.2.14

Published

A status line configurator for Codex CLI

Downloads

30

Readme

codexstatusline

A Codex CLI native footer configurator forked from ccstatusline.

Codex does not currently use Claude Code's external statusLine.command JSON pipe. Instead, it reads built-in footer item identifiers from tui.status_line in ~/.codex/config.toml. This fork maps compatible widgets to Codex's plain native footer items.

What Works

  • Interactive TUI for choosing Codex native footer items.
  • Install action that writes tui.status_line = [...] to Codex config.toml.
  • Existing local renderer and preview for experimenting, with the caveat that Codex will not render that preview.
  • Codex config discovery via CODEX_HOME, with CLAUDE_CONFIG_DIR accepted as a legacy fallback.
  • Codex transcript and cache helpers for usage, context, block timers, and token widgets where compatible.

Important Limitation

Codex only accepts its built-in status-line item ids. The installed Codex footer is plain Codex UI text. Custom colors, labels, separators, powerline rendering, arbitrary command widgets, and multi-line formatting from the preview cannot be installed into Codex until Codex exposes an external status-line formatter API.

Supported widget mappings include:

model -> model
thinking-effort -> model-with-reasoning
current-working-dir -> current-dir
git-branch -> git-branch
context-percentage -> context-used
context-length/context-window -> context-window-size
tokens-total -> used-tokens
tokens-input -> total-input-tokens
tokens-output -> total-output-tokens
block timer/reset -> five-hour-limit
weekly usage/reset -> weekly-limit
version -> codex-version
session-name -> thread-title
codex-session-id -> session-id

Unsupported widgets are skipped during install.

Usage

Install from npm:

npm install -g @paulmagos/codexstatusline
codexstatusline

Or run without installing:

npx @paulmagos/codexstatusline

For local development:

bun install
bun run start

From the TUI, choose native-compatible items and select Configure Codex status line. The installer updates:

~/.codex/config.toml

Example output:

[tui]
status_line = ["model-with-reasoning", "current-dir", "git-branch", "context-used"]

To disable the Codex status line, use the uninstall action in the TUI. It writes:

[tui]
status_line = null

Development

bun run lint
bun test
bun run build

The bundled binary is written to dist/codexstatusline.js.