Metadata-Version: 2.4
Name: resumer
Version: 0.1.1
Summary: Browse & resume your Claude Code / Codex sessions with fzf
Author-email: Jintae Song <w.jinttao@gmail.com>
License: MIT License
        
        Copyright (c) 2026 Jintae Song
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: Homepage, https://github.com/jin-ttao/resumer
Project-URL: Repository, https://github.com/jin-ttao/resumer
Project-URL: Issues, https://github.com/jin-ttao/resumer/issues
Keywords: claude-code,codex,cli,fzf,ai,session,resume
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Utilities
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# resumer

> Browse & resume your Claude Code / Codex sessions with fzf.

```bash
brew install jin-ttao/tap/resumer
# or
pipx install resumer
```

## Usage

```bash
resumer              # interactive picker
resumer list         # plain list, last 7 days
resumer --help       # everything else
```

Requires Python 3.10+, [fzf](https://github.com/junegunn/fzf), and macOS or Linux (Windows planned).

<details>
<summary>Development</summary>

```bash
git clone https://github.com/jin-ttao/resumer.git
cd resumer
pip install -e .
./tests/run-qa.sh --no-vhs   # tmux + fzf required
```

Roadmap: Gemini provider. CI/CD release automation. Windows support.

</details>

---

Built by [@jin-ttao](https://github.com/jin-ttao). If this helped, leaving a ⭐ helps others find it.
