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
3
Commits
3
Branches
6
Tags
5db15a8a17d43faed85a1ebd224f7cfd786209e7
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
5db15a8a17
Fix review issues: error handling, stdin TTY hint, narrow exceptions - Handle UnicodeDecodeError and PermissionError for file reading - Show hint when stdin is a TTY and no file given - Narrow JSON fallback exception from Exception to (SyntaxError, ValueError) - Rename 'type' parameter to 'file_type' to avoid shadowing builtin - Remove dead '.R' entry from EXTENSION_MAP
2026-04-01 16:02:56 -07:00
src
/rp
Fix review issues: error handling, stdin TTY hint, narrow exceptions - Handle UnicodeDecodeError and PermissionError for file reading - Show hint when stdin is a TTY and no file given - Narrow JSON fallback exception from Exception to (SyntaxError, ValueError) - Rename 'type' parameter to 'file_type' to avoid shadowing builtin - Remove dead '.R' entry from EXTENSION_MAP
2026-04-01 16:02:56 -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%