Terminal.Gui.mdv 1.0.5

dotnet tool install --global Terminal.Gui.mdv --version 1.0.5
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local Terminal.Gui.mdv --version 1.0.5
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Terminal.Gui.mdv&version=1.0.5
                    
nuke :add-package Terminal.Gui.mdv --version 1.0.5
                    

mdv - A Terminal.Gui-based Markdown viewer

Opens an interactive TUI markdown viewer with rendered Markdown with auto scrollbars (vertical + horizontal), a StatusBar with Quit, Content Width control, line count, file size, status, and spinner, and a File selector dropdown when viewing multiple files.

mdv

When run with the --print option, it renders the markdown to the terminal and exits, without launching the interactive viewer.

Wildcards are supported: mdv *.md, mdv docs/*.md.

Built with Terminal.Gui.

Supported Markdown Features

  • Headings (#, ##, etc.)
  • Paragraphs and line breaks
  • Emphasis (*italic*, **bold**, ~~strikethrough~~)
  • Links ([text](url))
  • Images (![alt](url))
  • Code blocks (fenced with ```)
  • Inline code (`code`)
  • Blockquotes (> quote)
  • Lists (ordered and unordered)
  • Tables
  • Horizontal rules (---)
  • Syntax highlighting for code blocks (using ColorCode with various themes)

Install

dotnet tool install -g Terminal.Gui.mdv

Usage

mdv <file.md> [file2.md ...]              # Full-screen interactive mode (default)
mdv --print <file.md> [file2.md ...]      # Print mode: renders to terminal and exits
mdv -t <ThemeName> <file.md> [file2.md ...] # Specify syntax-highlighting theme
mdv --help                               # Show this help message (Renders this README as formatted markdown)

Examples

# View a single file in full-screen mode (default)
mdv README.md
# Print rendered markdown to terminal and exit
mdv --print README.md
# View multiple files with a file selector dropdown
mdv *.md
# Print with a specific theme
mdv -p -t Monokai README.md

Supported Themes (use -t or --theme)

AtomOneDark, AtomOneLight, Dark, DarkPlus (Default), DimmedMonokai, Dracula, HighContrastDark, HighContrastLight, KimbieDark, Light, LightPlus, Monokai, OneDark, QuietLight, Red, SolarizedDark, SolarizedLight, TomorrowNightBlue, VisualStudioDark, VisualStudioLight

Building

dotnet build

Running

dotnet run -- README.md
Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
1.0.5 117 4/22/2026
1.0.4 94 4/22/2026