Maksym Prokopov personal blog
Idea is a something worth sharing

GitHub Markdown preview with Grip and UV

01.03.2025
Reading time: 1 min.

It’s common task to prepare README.me, but how to check the preview?

If you use uv, the fastest way is to use grip like this

Use this oneliner in the folder with markdown and open browser with http://localhost:6419 address

uv run --with grip -m grip

which is the same as

uv tool run grip

or even shorter

uvx grip