Metadata-Version: 2.4
Name: mdview-tui
Version: 0.0.3
Summary: CLI tool to view markdown files in the terminal.
Author: Shunichiro Nomura
Author-email: Shunichiro Nomura <nomura@space.t.u-tokyo.ac.jp>
License-Expression: MIT
License-File: LICENSE
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.14
Classifier: Typing :: Typed
Requires-Dist: rich>=14.3.3
Requires-Dist: textual[syntax]>=8.2.2
Requires-Dist: typer>=0.24.1
Requires-Python: >=3.14
Description-Content-Type: text/markdown

# mdview

This is a thin wrapper around Textual's Markdown widget to view markdown files in the terminal.

## Features

- Render markdown files in the terminal with syntax highlighting
- Refresh the view by pressing `r` to re-read the file from disk
- Tokyo Night theme

## Installation

```bash
uv tool install mdview-tui
```

## Usage

```bash
mdview <markdown-file>
```
