Metadata-Version: 2.4
Name: clodd
Version: 1.0.0
Summary: Claude utilities and hacks
Author-email: ghostbloo <ghostbloo@users.noreply.github.com>
License: MIT
License-File: LICENSE
Keywords: ai,claude,cli,productivity,tmux
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.13
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Requires-Python: >=3.13
Requires-Dist: cchooks>=0.1.0
Requires-Dist: claude-code-sdk>=0.0.17
Requires-Dist: click>=8.0.0
Requires-Dist: pydantic>=2.11.7
Requires-Dist: textual>=0.82.0
Requires-Dist: watchdog>=5.0.0
Requires-Dist: websockets>=13.0.0
Description-Content-Type: text/markdown

# clod
CLI for enhancing Claude Code & Desktop with various utilities & toys.

## Features
- Commands for managing [Claude Code hooks](https://docs.anthropic.com/en/docs/claude-code/hooks)
- Sound effects (using hooks)
- Claude Desktop MCP server config + debugging commands
- tmux configurations (WIP)
- probably other stuff I forgot about

## Setup
1. Clone the repo.
2. Run `uv venv`, `uv sync`, and `source .venv/bin/activate`.
3. Run `clod --help` for a list of commands.
