Metadata-Version: 2.4
Name: ccbashhistory
Version: 1.0.0
Summary: Extract and analyze bash commands from Claude Code session history
Author: pdenya
License: MIT
Project-URL: Homepage, https://github.com/pdenya/ccbashhistory
Project-URL: Repository, https://github.com/pdenya/ccbashhistory
Project-URL: Issues, https://github.com/pdenya/ccbashhistory/issues
Keywords: claude,bash,history,command-line
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# ccbashhistory

Extract and analyze bash commands from Claude Code session history.

## Installation

```bash
pipx run ccbashhistory
```

## Usage

Shows an interactive list of your recent Claude Code sessions. Use arrow keys to navigate and press Enter to select a session to analyze.
Prints all the bash commands run by claude code during this session

## Development

```bash
pipx run --no-cache --spec . ccbashhistory
```

## License

MIT
