{"id":26216001,"url":"https://github.com/oderwat/md2cb","last_synced_at":"2026-04-19T21:31:32.357Z","repository":{"id":267557057,"uuid":"901624866","full_name":"oderwat/md2cb","owner":"oderwat","description":"simple markdown to formatted text in clipboard","archived":false,"fork":false,"pushed_at":"2024-12-11T02:42:00.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-05T17:52:00.995Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/oderwat.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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-12-11T02:31:29.000Z","updated_at":"2024-12-11T02:41:55.000Z","dependencies_parsed_at":"2024-12-11T03:26:54.148Z","dependency_job_id":"200936f8-2497-4ac0-a1b9-92a2c6b57f54","html_url":"https://github.com/oderwat/md2cb","commit_stats":null,"previous_names":["oderwat/md2cb"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oderwat%2Fmd2cb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oderwat%2Fmd2cb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oderwat%2Fmd2cb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oderwat%2Fmd2cb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oderwat","download_url":"https://codeload.github.com/oderwat/md2cb/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243205224,"owners_count":20253427,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":"2025-03-12T11:18:59.134Z","updated_at":"2025-12-25T22:04:27.653Z","avatar_url":"https://github.com/oderwat.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# md2cb - Markdown to Clipboard with Rich Text support\n\nA simple command line tool that converts markdown to rich text and copies it to the clipboard. Perfect for converting markdown tables to rich text that can be pasted into applications that support formatted text.\n\n## BEWARE\n\n\u003e This is MAC OS only!\n\n## Requirements\n\n- macOS (uses native Cocoa framework for clipboard operations)\n- Go 1.17 or later\n- pandoc (`brew install pandoc`)\n\n## Installation\n\n```bash\ngo install github.com/oderwat/md2cb@latest\n```\n\nOr download the latest release from the [releases page](https://github.com/oderwat/md2cb/releases).\n\n## Usage\n\nThe program reads markdown from stdin and places the converted rich text on the clipboard:\n\n```bash\necho \"| Header | Content |\n|-|-|\n| Cell 1 | Cell 2 |\" | md2cb\n```\n\nOr read from a file:\n\n```bash\ncat your_table.md | md2cb\n```\n\n## How it Works\n\n1. Uses pandoc to convert markdown to HTML\n2. Converts the HTML to rich text using macOS's native NSAttributedString\n3. Places the result on the clipboard in both HTML and rich text formats\n4. Ready to paste into any application that supports formatted text\n\n## License\n\nMIT License - see [LICENSE.txt](LICENSE.txt) file","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foderwat%2Fmd2cb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foderwat%2Fmd2cb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foderwat%2Fmd2cb/lists"}