This website requires JavaScript.
Explore
Help
Sign In
YunxiaoXu
/
rich-print
Watch
1
Star
0
Fork
0
You've already forked rich-print
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
2
Wiki
Activity
5
Commits
3
Branches
6
Tags
e5194a7793486b6f49a6a2b741bf82f8815aa5b9
Go to file
Code
Clone
HTTPS
Tea CLI
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
Yunxiao Xu
e5194a7793
Add AGENTS.md with coding guidelines for agentic agents - Document build/lint/test commands (uv, pytest, ruff, mypy) - Specify code style: imports, formatting, type hints, naming - Outline error handling patterns and CLI conventions - Describe project structure and file type detection
2026-04-01 16:14:51 -07:00
src
/rp
Handle unknown lexer, remove dead _THEMES list, tighten JSON detection - Catch unknown Pygments lexer names and fall back to plain text - Remove unused _THEMES list from cli.py - Only auto-detect JSON when content starts with { or [ to avoid false positives on trivial values like strings or numbers
2026-04-01 16:10:21 -07:00
.gitignore
Initial project scaffold with uv
2026-04-01 15:52:58 -07:00
.python-version
Initial project scaffold with uv
2026-04-01 15:52:58 -07:00
AGENTS.md
Add AGENTS.md with coding guidelines for agentic agents - Document build/lint/test commands (uv, pytest, ruff, mypy) - Specify code style: imports, formatting, type hints, naming - Outline error handling patterns and CLI conventions - Describe project structure and file type detection
2026-04-01 16:14:51 -07:00
pyproject.toml
Implement rp CLI: rich-print markdown, JSON, code, and more
2026-04-01 15:56:57 -07:00
README.md
Implement rp CLI: rich-print markdown, JSON, code, and more
2026-04-01 15:56:57 -07:00
uv.lock
Implement rp CLI: rich-print markdown, JSON, code, and more
2026-04-01 15:56:57 -07:00
README.md
rp
Rich print files — markdown, JSON, code, and more — beautifully in your terminal.
Reference in New Issue
View Git Blame
Copy Permalink
Description
A Python CLI for rendering Markdown, JSON, and code files in the terminal with Rich and optional mouse-friendly paging.
Readme
MIT
235
KiB
Releases
2
v0.3.1
Latest
2026-04-04 15:06:49 -07:00
Languages
Python
100%