{"id":42095436,"url":"https://github.com/wind-addons/wmdfmt","last_synced_at":"2026-01-26T11:18:27.142Z","repository":{"id":251468538,"uuid":"837492229","full_name":"wind-addons/wmdfmt","owner":"wind-addons","description":"🧹 Simple markdown formatter based on lute.","archived":false,"fork":false,"pushed_at":"2024-08-04T21:03:27.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-08-04T22:39:15.550Z","etag":null,"topics":["formatter","go","markdown"],"latest_commit_sha":null,"homepage":"","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/wind-addons.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}},"created_at":"2024-08-03T06:18:12.000Z","updated_at":"2024-08-04T21:01:56.000Z","dependencies_parsed_at":"2024-08-03T09:03:45.680Z","dependency_job_id":null,"html_url":"https://github.com/wind-addons/wmdfmt","commit_stats":null,"previous_names":["wind-addons/wmdfmt"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wind-addons/wmdfmt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wind-addons%2Fwmdfmt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wind-addons%2Fwmdfmt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wind-addons%2Fwmdfmt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wind-addons%2Fwmdfmt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wind-addons","download_url":"https://codeload.github.com/wind-addons/wmdfmt/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wind-addons%2Fwmdfmt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28777012,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T09:42:00.929Z","status":"ssl_error","status_checked_at":"2026-01-26T09:42:00.591Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["formatter","go","markdown"],"created_at":"2026-01-26T11:18:26.502Z","updated_at":"2026-01-26T11:18:27.128Z","avatar_url":"https://github.com/wind-addons.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🧹 wmdfmt\n\nThis is a simple markdown formatter that will format markdown files with [lute](https://github.com/88250/lute).\n\n\u003cdetails\u003e\n\u003csummary\u003e📖 Table of Contents\u003c/summary\u003e\n\n- [🚚 Installation](#-installation)\n- [💡 Usage](#-usage)\n  - [Help](#help)\n  - [Example](#example)\n- [📜 License](#-license)\n\n\u003c/details\u003e\n\n## 🚚 Installation\n\n```bash\ngo install github.com/wind-addons/wmdfmt@latest\n```\n\n## 💡 Usage\n\n### Help\n\n```text\nNAME:\n   wmdfmt - Format Markdown files\n\nUSAGE:\n   wmdfmt [global options] command [command options]\n\nCOMMANDS:\n   help, h  Shows a list of commands or help for one command\n\nGLOBAL OPTIONS:\n   --in-place, -i   Format file(s) in-place (default: false)\n   --recursive, -r  Recursively format files in subdirectories (default: false)\n   --ignore value   Ignore files matching this pattern\n   --help, -h       show help\n```\n\n### Example\n\n```bash\n# Format a single file\nwmdfmt README.md\n\n# Format from pipe\necho \"# Hello\" | wmdfmt\n\n# Format multiple files\nwmdfmt README.md CHANGELOG.md\n\n# Format all markdown files in a directory\nwmdfmt .\n\n# Format all markdown files in a directory and subdirectories\nwmdfmt -r .\n\n# Format all markdown files in a directory and subdirectories in-place\nwmdfmt -r -i .\n\n# Format all markdown files in a directory and subdirectories in-place and ignore CHANGELOG.md\nwmdfmt -r -i --ignore CHANGELOG.md .\n```\n\n## 📜 License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwind-addons%2Fwmdfmt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwind-addons%2Fwmdfmt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwind-addons%2Fwmdfmt/lists"}