{"id":50480600,"url":"https://github.com/siyabuilds/md-to-docx","last_synced_at":"2026-06-01T17:02:42.095Z","repository":{"id":357577528,"uuid":"1237580387","full_name":"siyabuilds/md-to-docx","owner":"siyabuilds","description":null,"archived":false,"fork":false,"pushed_at":"2026-05-20T08:36:29.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-20T12:25:41.040Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/siyabuilds.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-05-13T10:06:50.000Z","updated_at":"2026-05-20T08:36:33.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/siyabuilds/md-to-docx","commit_stats":null,"previous_names":["siyabuilds/md-to-docx"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/siyabuilds/md-to-docx","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siyabuilds%2Fmd-to-docx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siyabuilds%2Fmd-to-docx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siyabuilds%2Fmd-to-docx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siyabuilds%2Fmd-to-docx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/siyabuilds","download_url":"https://codeload.github.com/siyabuilds/md-to-docx/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siyabuilds%2Fmd-to-docx/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33784631,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-01T02:00:06.963Z","response_time":115,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2026-06-01T17:02:40.826Z","updated_at":"2026-06-01T17:02:42.072Z","avatar_url":"https://github.com/siyabuilds.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# md-to-docx\n\nConvert markdown files in a folder to `.docx` using `pandoc`.\n\n## Prerequisite\n\n- [pandoc](https://pandoc.org/) must be installed and available in your `PATH`.\n\n## Installation (Optional)\n\nTo make `run-convert` available globally across all directories, use the provided install script:\n\n```bash\nchmod +x install.sh\n./install.sh\n```\n\nIf you already have `run-convert` installed and need to update it with latest changes, you can use the `-u` override flag:\n\n```bash\n./install.sh -u\n```\n\nThe script will copy `run-convert` to `~/.local/bin` and automatically add that directory to your `$PATH` (in `.bashrc` and `.zshrc`). \nAfter installation, reload your terminal configuration (e.g., run `source ~/.bashrc` or `source ~/.zshrc`) to apply the changes. \n\n## Usage\n\n```bash\nrun-convert [target_directory]\n```\n\nIf no `target_directory` is specified, it defaults to the current directory (`.`).\n\n### Features\n\n- **Recursive Processing**: Finds all `.md` and `.markdown` files (case-insensitive) in the target directory and its subdirectories.\n- **Organized Output**: Saves all generated `.docx` files into a `word/` subdirectory within the target directory.\n- **Smart Naming**: Files named `index.md` or `_index.md` are automatically named after their parent directory instead of \"index\".\n- **Custom Font**: Applies \"Poppins\" as the main font for the generated Word documents.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsiyabuilds%2Fmd-to-docx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsiyabuilds%2Fmd-to-docx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsiyabuilds%2Fmd-to-docx/lists"}