{"id":15729501,"url":"https://github.com/kt3k/join.ts","last_synced_at":"2025-10-04T09:43:45.320Z","repository":{"id":66262020,"uuid":"232528158","full_name":"kt3k/join.ts","owner":"kt3k","description":"Join the input file.","archived":false,"fork":false,"pushed_at":"2020-01-08T12:29:54.000Z","size":2,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-04T09:43:42.156Z","etag":null,"topics":["cli","deno","join"],"latest_commit_sha":null,"homepage":"https://git.io/join.ts","language":"TypeScript","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/kt3k.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":"2020-01-08T09:35:00.000Z","updated_at":"2023-02-16T20:34:59.000Z","dependencies_parsed_at":"2023-07-17T01:22:29.459Z","dependency_job_id":null,"html_url":"https://github.com/kt3k/join.ts","commit_stats":{"total_commits":2,"total_committers":1,"mean_commits":2.0,"dds":0.0,"last_synced_commit":"b046e296e9bfb046cffd5c347357397841940e7f"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kt3k/join.ts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kt3k%2Fjoin.ts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kt3k%2Fjoin.ts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kt3k%2Fjoin.ts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kt3k%2Fjoin.ts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kt3k","download_url":"https://codeload.github.com/kt3k/join.ts/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kt3k%2Fjoin.ts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278295845,"owners_count":25963427,"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","status":"online","status_checked_at":"2025-10-04T02:00:05.491Z","response_time":63,"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":["cli","deno","join"],"created_at":"2024-10-03T23:21:44.509Z","updated_at":"2025-10-04T09:43:45.304Z","avatar_url":"https://github.com/kt3k.png","language":"TypeScript","readme":"# https://git.io/join.ts\n\n\u003e Joins the input.\n\n# Usage\n\n```ts\ncat FILE | deno https://git.io/join.ts\n```\n\nIf the file is like the below:\n```\nFoo\nBar\nBaz\n```\n\nThen it outputs like the below:\n\n```shellsession\n$ cat File | deno https://git.io/join.ts\nFooBarBaz\n```\n\nIf you want to put characters between lines, then you can use `-s \u003cstr\u003e` option:\n\n```shellsession\n$ cat File | deno https://git.io/join.ts -s ,\nFoo,Bar,Baz\n```\n\n# CLI options\n\nYou can see the cli options with the command `deno https://git.io/join.ts -h`:\n\n```\nUsage: https://git.io/join.ts [-h|--help] [-s|--sep \u003cname\u003e] [-k,--keep] [-n|--linebreak]\n\nOptions:\n  -h, --help          Show the help message and exit.\n  -s, --sep \u003cname\u003e    Specify the separator of the output. Default is the empty string.\n  -k, --keep          Keep tailing and leading whitespaces in the input. Default is false.\n  -n, --linebreak     Output line break at the end. Default is false\n\nExample:\n  \u003cyour command\u003e | deno https://git.io/join.ts\n    This joins the input and outputs the single line.\n\n  \u003cyour command\u003e | deno https://git.io/join.ts -s ,\n    This joins the input with comma.\n\nVisit https://github.com/kt3k/join.ts for more examples.\n```\n\n# License\n\nMIT\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkt3k%2Fjoin.ts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkt3k%2Fjoin.ts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkt3k%2Fjoin.ts/lists"}