# mdvi - CLI 기반 Markdown 뷰어

> Clean Markdown view of GeekNews topic #26979. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=26979](https://news.hada.io/topic?id=26979)
- GeekNews Markdown: [https://news.hada.io/topic/26979.md](https://news.hada.io/topic/26979.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2026-02-25T09:31:02+09:00
- Updated: 2026-02-25T09:31:02+09:00
- Original source: [github.com/taf2](https://github.com/taf2/mdvi)
- Points: 13
- Comments: 5

## Summary

터미널에서 **Markdown 문서를 즉시 탐색**할 수 있도록 설계된 CLI 뷰어로 Vim·less 스타일의 키 바인딩으로 자연스러운 이동을 제공합니다. Rust로 구현된 단일 바이너리 구조 덕분에 대용량 파일도 빠르게 처리하며, 이미지 렌더링 프로토콜 선택과 자동 새로고침 등 세밀한 TUI 기능을 지원합니다.

## Topic Body

- 터미널 환경에서 **MD 문서를 빠르게 탐색**하기 위해 개발된 **Vim 스타일 뷰어**  
- 고품질 마크다운 파싱 및 풀스크린 **TUI 렌더링** 지원   
- 제목, 목록, 인용문, 코드 블록, 표, 링크, 각주 등 **대부분의 Markdown 요소** 처리  
- **문서 변경 시 자동 새로고침(`r`)** 기능 지원  
- **이미지 렌더링 프로토콜**(`auto`, `halfblocks`, `sixel`, `kitty`, `iterm2`) 선택 가능  
  - `file://`, `http://`, `https://` 등 **로컬 및 원격 이미지 소스** 지원  
  - **지연 로딩(lazy loading)** 시 공간 예약 기능 제공  
- 특정 행으로 바로 이동(`--line`) 옵션 제공  
- **Vim/less 스타일 키 바인딩**으로 직관적인 탐색 가능    
- **Rust**로 구현. 대용량 파일 처리에 최적화된 **정적 단일 바이너리 구조**    
- MIT 라이선스

## Comments



### Comment 51909

- Author: hanje3765
- Created: 2026-02-26T07:38:06+09:00
- Points: 1

머메이드까지 볼 수 있으면 진짜 쓰고싶습니다.. ㅠ

### Comment 51940

- Author: xguru
- Created: 2026-02-26T13:41:26+09:00
- Points: 1
- Parent comment: 51909
- Depth: 1

클로드 코드나 코덱스한테 추가하라고 하면 해주지 않을까 생각도 듭니다.  
기본이 잘 된 코드라면 기능 추가하는 건 더 잘하더라고요.

### Comment 51865

- Author: click
- Created: 2026-02-25T13:59:22+09:00
- Points: 1

[md-tui](https://crates.io/crates/md-tui) 를 사용중이었는데 이것도 괜찮아보이네요.

### Comment 51863

- Author: soomtong
- Created: 2026-02-25T13:09:24+09:00
- Points: 1

macOS 에서 rust build toolchain 이 없는 경우 llvm, rust 를 먼저 설치하고 빌드를 합니다. (깃헙에도 빌드 바이너리가 없네요.)  
오래되긴 했지만 glow 잘 사용하고 있습니다.  
https://github.com/charmbracelet/glow

### Comment 51864

- Author: soomtong
- Created: 2026-02-25T13:25:35+09:00
- Points: 1
- Parent comment: 51863
- Depth: 1

리모트 환경도 잘 지원합니다!  
glow -p https://charm.land/blog/v2.md
