{"id":50287611,"url":"https://github.com/tekumara/tblcopy","last_synced_at":"2026-05-28T03:32:26.084Z","repository":{"id":359927938,"uuid":"1248036056","full_name":"tekumara/tblcopy","owner":"tekumara","description":"Copy CSVs so they can be pasted as tables on macOS","archived":false,"fork":false,"pushed_at":"2026-05-24T05:46:48.000Z","size":11,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-24T07:21:45.933Z","etag":null,"topics":["clipboard","pbcopy"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/tekumara.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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-24T05:19:56.000Z","updated_at":"2026-05-24T05:31:03.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/tekumara/tblcopy","commit_stats":null,"previous_names":["tekumara/tblcopy"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/tekumara/tblcopy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tekumara%2Ftblcopy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tekumara%2Ftblcopy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tekumara%2Ftblcopy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tekumara%2Ftblcopy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tekumara","download_url":"https://codeload.github.com/tekumara/tblcopy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tekumara%2Ftblcopy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33593400,"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-05-28T02:00:06.440Z","response_time":99,"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":["clipboard","pbcopy"],"created_at":"2026-05-28T03:32:25.325Z","updated_at":"2026-05-28T03:32:26.077Z","avatar_url":"https://github.com/tekumara.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tblcopy\n\n`tblcopy` reads CSV from stdin, converts it to a rich-text table, and copies the RTF table to the macOS clipboard. Useful for pasting into spreadsheets, or emails as tables.\n\n## Requirements\n\n- Node.js 20 or newer\n- macOS, with `textutil` and `osascript` available on `PATH`\n\n## Install\n\nInstall globally from npm:\n\n```sh\nnpm install -g tblcopy\n```\n\nOr run without installing:\n\n```sh\nnpx tblcopy \u003c table.csv\n```\n\n## Usage\n\n```sh\ncat table.csv | tblcopy\n```\n\nAdd visible table borders with `--border`:\n\n```sh\ncat table.csv | tblcopy --border\n```\n\nExample:\n\n```sh\nprintf 'Name,Amount\\nCoffee,4.50\\nRent,1200\\n' | tblcopy\n```\n\nThe first CSV row is rendered as table headers. Quoted CSV fields, escaped quotes, CRLF line endings, and embedded newlines are supported.\n\n## Development\n\n```sh\nnpm install\nnpm test\nnpm start \u003c table.csv\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftekumara%2Ftblcopy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftekumara%2Ftblcopy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftekumara%2Ftblcopy/lists"}