{"id":24084093,"url":"https://github.com/tos-kamiya/joyn","last_synced_at":"2025-02-27T01:43:19.552Z","repository":{"id":65439424,"uuid":"592400957","full_name":"tos-kamiya/joyn","owner":"tos-kamiya","description":"Join input files. Create a thread for each input file that reads a line, and write a line each time any thread reads it.","archived":false,"fork":false,"pushed_at":"2023-10-18T18:47:16.000Z","size":54,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-10T02:47:38.381Z","etag":null,"topics":["cli-utility","parallel-execution","pipe"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/tos-kamiya.png","metadata":{"files":{"readme":"README-cratesio.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}},"created_at":"2023-01-23T16:49:35.000Z","updated_at":"2023-01-24T11:22:06.000Z","dependencies_parsed_at":"2023-02-17T19:45:25.530Z","dependency_job_id":null,"html_url":"https://github.com/tos-kamiya/joyn","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tos-kamiya%2Fjoyn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tos-kamiya%2Fjoyn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tos-kamiya%2Fjoyn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tos-kamiya%2Fjoyn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tos-kamiya","download_url":"https://codeload.github.com/tos-kamiya/joyn/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240962353,"owners_count":19885471,"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":["cli-utility","parallel-execution","pipe"],"created_at":"2025-01-10T00:19:22.650Z","updated_at":"2025-02-27T01:43:19.523Z","avatar_url":"https://github.com/tos-kamiya.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# joyn\n\nA command-line utility to join input files. Create a thread for each input file that reads a line, and write a line each time any thread reads it.\n\n**Keywords**: command line utility, pipe, parallel execution\n\n**Homepage**: https://github.com/tos-kamiya/joyn/\n\n## Usage\n\n```sh\njoyn file1 file2 ...\n```\n\nRead input files and their content lines and output them.\nThe order of lines in the output is \"interleaved\". That is, unlike the `cat` command, lines in the file specified earlier in the command line may be output later.\n\nHowever, the expected use of `joyn` is to invoke the processes that run command lines and merge their output lines.\nIn the case of `bash` shell, this usage can be accomplished with a command line such as:\n\n```sh\njoyn \u003c(command line 1) \u003c(command line 2) ...\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftos-kamiya%2Fjoyn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftos-kamiya%2Fjoyn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftos-kamiya%2Fjoyn/lists"}