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
4
Commits
3
Branches
6
Tags
dd45fb05f7c15ea9940ae52fac00aca0785e6b28
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
dd45fb05f7
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
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
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%