go-md2man
brew install go-md2man
v2.0.7
MIT
Converts markdown into roff (man pages)
1.6k
30-day installs · #1078
4.9k
90-day · #1097
24.9k
365-day · #972
273
★ GitHub stars · updated 8mo ago
Build dependencies
Links
- https://github.com/cpuguy83/go-md2man
- GitHub: cpuguy83/go-md2man
- Brew formula source: Formula/g/go-md2man.rb
Raw metadata
{
"aliases": [],
"alternatives": [],
"build_dependencies": [
"go"
],
"categories": [],
"caveats": null,
"conflicts_with": [],
"dependencies": [],
"deprecated": 0,
"deprecation_reason": null,
"desc": "Converts markdown into roff (man pages)",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:38:15+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "go-md2man",
"github_default_branch": "master",
"github_last_commit_at": "2025-11-24T22:07:49Z",
"github_readme_excerpt": "go-md2man\n=========\n\nConverts markdown into roff (man pages).\n\nUses [blackfriday](https://github.com/russross/blackfriday) to process markdown into man pages.\n\n### Usage\n\n```bash\ngo install github.com/cpuguy83/go-md2man/v2@latest\n\ngo-md2man -in /path/to/markdownfile.md -out /manfile/output/path\n```\n\nFor go 1.24 and above, you can run it with `go tool`:\n\n```bash\ngo get -tool github.com/cpuguy83/go-md2man/v2@latest\n# it will be appended to `tool` directive in go.mod file\n\ngo tool go-md2man -in /path/to/markdownfile.md -out /manfile/output/path\n```\n",
"github_repo": "cpuguy83/go-md2man",
"github_stars": 273,
"github_topics": [],
"homepage": "https://github.com/cpuguy83/go-md2man",
"homepage_og_description": null,
"homepage_og_image": null,
"homepage_title": null,
"installs_30d": 1629,
"installs_365d": 24869,
"installs_90d": 4894,
"keg_only": 0,
"keg_only_reason": null,
"last_seen": "2026-06-20T23:34:18+00:00",
"license": "MIT",
"llm_generated_at": null,
"llm_model": null,
"name": "go-md2man",
"oldnames": [],
"one_liner": null,
"optional_dependencies": [],
"rank_30d": 1078,
"rank_365d": 972,
"rank_90d": 1097,
"raw_hash": "82ec29eacabf3927",
"recommended_dependencies": [],
"revision": 0,
"ruby_source_path": "Formula/g/go-md2man.rb",
"tap": "homebrew/core",
"test_dependencies": [],
"uses_from_macos": [],
"version_head": "HEAD",
"version_stable": "2.0.7",
"versioned_formulae": [],
"why_use_this": null
}