Markdown renderer with Rich
Project description
meow
meow is a terminal markdown viewer written in python and inspired by glow. it's just a cat with Rich, though, no file browsing! (yet?)
features
- uses
LS_COLORS— respects your terminal colorscheme for all you (us) ricers - syntax highlighting in fenced codeblocks via Pygments
- styled lists, headers, blockquotes, and bold and italics
git log-like, terminal height-aware paging
gripes / future
- make the checkboxes cuter! glow-style
[ ]/[-]/[x] - tables...
installation
install directly from pypi:
# run directly without installing
uvx --from meow-md meow
# or install globaly
uv tool install meow-md
# or more traditionally
pip install --user meow-md # if you use pip
pipx install meow-md # if you use pipx
or build from source:
git clone https://codeberg.org/sailorfe/meow.git
cd meow
uv run -m meow.__main__ # run directly
# or
uv sync && uv run -m meow.__main__ # for development
usage
meow README.md
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
meow_md-0.3.0.tar.gz
(10.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file meow_md-0.3.0.tar.gz.
File metadata
- Download URL: meow_md-0.3.0.tar.gz
- Upload date:
- Size: 10.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5178f5c56f2a301876d80e81441f90f4bf2f651435772aa8bd30461fbab5effe
|
|
| MD5 |
942434bc6aa5818ab501870b0db43bea
|
|
| BLAKE2b-256 |
f46f51daa6110f34c027959f9806039ebf3661509c088f6045358ba1109c59ec
|
File details
Details for the file meow_md-0.3.0-py3-none-any.whl.
File metadata
- Download URL: meow_md-0.3.0-py3-none-any.whl
- Upload date:
- Size: 7.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e57244247ecdd234a28fc7c49e2b66d25082cfb824b7d2d4e8448c62d20aa1d9
|
|
| MD5 |
c1c65e8a665d0c0fe69986af5c718253
|
|
| BLAKE2b-256 |
4e239b33ff4ff99ccb61c29025a541e5714bb4a67078e8bc36fdf6a1bbb8a740
|