{"id":44311833,"url":"https://github.com/tirthpatell/mdr","last_synced_at":"2026-02-20T07:04:15.838Z","repository":{"id":337737209,"uuid":"1154988003","full_name":"tirthpatell/mdr","owner":"tirthpatell","description":"Markdown renderer, editor, and linter for the terminal","archived":false,"fork":false,"pushed_at":"2026-02-11T05:03:56.000Z","size":352,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-11T06:45:51.026Z","etag":null,"topics":["bubbletea","cli","glamour","golang","markdown","markdown-editor","markdown-linter","markdown-renderer","terminal","tui"],"latest_commit_sha":null,"homepage":"https://github.com/tirthpatell/mdr","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tirthpatell.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-11T01:58:41.000Z","updated_at":"2026-02-11T05:02:07.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/tirthpatell/mdr","commit_stats":null,"previous_names":["tirthpatell/mdr"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/tirthpatell/mdr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tirthpatell%2Fmdr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tirthpatell%2Fmdr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tirthpatell%2Fmdr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tirthpatell%2Fmdr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tirthpatell","download_url":"https://codeload.github.com/tirthpatell/mdr/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tirthpatell%2Fmdr/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29643962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-20T05:21:04.652Z","status":"ssl_error","status_checked_at":"2026-02-20T05:21:04.238Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bubbletea","cli","glamour","golang","markdown","markdown-editor","markdown-linter","markdown-renderer","terminal","tui"],"created_at":"2026-02-11T04:11:15.930Z","updated_at":"2026-02-20T07:04:15.834Z","avatar_url":"https://github.com/tirthpatell.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mdr\n\n[![Go Report Card](https://goreportcard.com/badge/github.com/tirthpatell/mdr)](https://goreportcard.com/report/github.com/tirthpatell/mdr)\n[![Go Reference](https://pkg.go.dev/badge/github.com/tirthpatell/mdr.svg)](https://pkg.go.dev/github.com/tirthpatell/mdr)\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)\n[![Release](https://img.shields.io/github/v/release/tirthpatell/mdr)](https://github.com/tirthpatell/mdr/releases)\n[![codecov](https://codecov.io/gh/tirthpatell/mdr/branch/main/graph/badge.svg)](https://codecov.io/gh/tirthpatell/mdr)\n\nMarkdown renderer, editor, and linter for the terminal.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"demo.gif\" alt=\"mdr demo\" width=\"600\"\u003e\n\u003c/p\u003e\n\n## Install\n\n### Homebrew\n\n```bash\nbrew install tirthpatell/tap/mdr\n```\n\n### Go\n\n```bash\ngo install github.com/tirthpatell/mdr@latest\n```\n\n### GitHub Releases\n\nDownload binaries from the [releases page](https://github.com/tirthpatell/mdr/releases).\n\n## Usage\n\n### View\n\nRender a markdown file in a scrollable TUI:\n\n```bash\nmdr view README.md\n```\n\nPipe from stdin:\n\n```bash\ncat README.md | mdr view\n```\n\nPrint rendered output without TUI:\n\n```bash\nmdr view --raw README.md\n```\n\n### Edit\n\nOpen the TUI editor with live preview:\n\n```bash\nmdr edit README.md\n```\n\n**Editor keys:** Arrow keys to move, type to edit, Ctrl+S to save, Ctrl+C to quit.\n\n### Lint\n\nCheck markdown files for structural issues:\n\n```bash\nmdr lint README.md docs/*.md\n```\n\n**Rules:**\n- `heading-hierarchy` - Heading levels should not skip (e.g., H1 to H3)\n- `duplicate-heading` - Headings at the same level should not repeat\n- `empty-link` - Links must have a destination\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftirthpatell%2Fmdr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftirthpatell%2Fmdr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftirthpatell%2Fmdr/lists"}