Skip to content

Instantly share code, notes, and snippets.

@jzumwalt
jzumwalt / codex_resume.py
Last active August 29, 2025 23:31
Codex Resume session
#!/usr/bin/env -S uv run --quiet --with textual>=0.58 --with openai>=1.30.0
"""
To run:
codex "$(./scripts/codex_resume.py --root ~/.codex/sessions)"
Codex Sessions Browser (TUI)
# The Definitive Guide to UV: Python Packaging in Production
> **Document Version**: 1.0 (January 2025)
> **UV Version**: 0.5.x (Examples tested with 0.5.0)
> **Last Updated**: January 2025
> **Status**: UV is under active development - features may change
## Table of Contents
1. [Introduction and Prerequisites](#introduction-and-prerequisites)
2. [Quick Start](#quick-start)