LICENSE
README.md
pyproject.toml
src/rich_codex/__init__.py
src/rich_codex/__main__.py
src/rich_codex/cli.py
src/rich_codex/codex_search.py
src/rich_codex/config-schema.yml
src/rich_codex/rich_img.py
src/rich_codex/svg_fonts.py
src/rich_codex/utils.py
src/rich_codex.egg-info/PKG-INFO
src/rich_codex.egg-info/SOURCES.txt
src/rich_codex.egg-info/dependency_links.txt
src/rich_codex.egg-info/entry_points.txt
src/rich_codex.egg-info/requires.txt
src/rich_codex.egg-info/top_level.txt
src/rich_codex/fonts/FiraCode-Bold.ttf
src/rich_codex/fonts/FiraCode-Regular.ttf
src/rich_codex/fonts/Inter-Bold.ttf
src/rich_codex/fonts/LICENSE-FiraCode
src/rich_codex/fonts/LICENSE-Inter
src/rich_codex/fonts/LICENSE-NotoColorEmoji
src/rich_codex/fonts/NotoColorEmoji.ttf
tests/test_cli.py
tests/test_codex_search.py
tests/test_rich_img.py
tests/test_svg_fonts.py
tests/test_utils.py