{"id":23249589,"url":"https://github.com/isaaguilar/joinby","last_synced_at":"2025-07-31T12:08:40.334Z","repository":{"id":108113761,"uuid":"493290522","full_name":"isaaguilar/joinby","owner":"isaaguilar","description":"A little bin to convert whitespaces to commas (via command line or pipes)","archived":false,"fork":false,"pushed_at":"2022-06-09T06:54:05.000Z","size":6,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-06T01:26:07.673Z","etag":null,"topics":["cli-tool","cpp"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/isaaguilar.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":"2022-05-17T14:38:28.000Z","updated_at":"2022-05-19T03:22:08.000Z","dependencies_parsed_at":"2023-03-17T22:45:39.021Z","dependency_job_id":null,"html_url":"https://github.com/isaaguilar/joinby","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/isaaguilar/joinby","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaaguilar%2Fjoinby","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaaguilar%2Fjoinby/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaaguilar%2Fjoinby/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaaguilar%2Fjoinby/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/isaaguilar","download_url":"https://codeload.github.com/isaaguilar/joinby/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaaguilar%2Fjoinby/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268036132,"owners_count":24185157,"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-07-31T02:00:08.723Z","response_time":66,"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-tool","cpp"],"created_at":"2024-12-19T08:20:07.063Z","updated_at":"2025-07-31T12:08:40.213Z","avatar_url":"https://github.com/isaaguilar.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# joinby\nA little bin to convert whitespaces to commas (via command line or pipes)\n\n## Usage\n\nOnce the bin is built and in your `$PATH`, the `joinby` command can by run 2 different ways:\n\n```bash\n# Usage #1:\n$ joinby [char] [args...]\n\n# Usage #2\n$ ... | joinby [char]\n```\n\n\nThe following examples will produce the same result:\n\n```bash\n$ joinby ',' this will be joined by commas\n\n# and\n\n$ echo \"this will be joined by commas\" | joinby ','\n\n# Output:\nthis,will,be,joined,by,commas\n```\n\n## Installation\n\nBuild the `joinby.cpp` file using any compiler with c++17. \n\nFor MacOS with `clang++`, this command may work:\n\n```bash\nclang++ -std=c++17 -stdlib=libc++ -Wall -pedantic joinby.cpp -o joinby\n```\n\nThen copy the bin to `/usr/local/bin`\n\n```bash\nmv joinby /usr/local/bin\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisaaguilar%2Fjoinby","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fisaaguilar%2Fjoinby","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisaaguilar%2Fjoinby/lists"}