{"id":18418905,"url":"https://github.com/trobert42/pipex","last_synced_at":"2025-07-10T19:35:23.583Z","repository":{"id":224570750,"uuid":"685708882","full_name":"trobert42/pipex","owner":"trobert42","description":"Program coded in C that reproduces the behaviour of the shell pipe (|) command","archived":false,"fork":false,"pushed_at":"2024-02-26T16:16:50.000Z","size":33,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-13T06:11:37.973Z","etag":null,"topics":["command","execve","infile","outfile","pipe"],"latest_commit_sha":null,"homepage":"","language":"C","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/trobert42.png","metadata":{"files":{"readme":"README.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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-08-31T20:38:15.000Z","updated_at":"2024-02-23T17:52:24.000Z","dependencies_parsed_at":"2024-02-26T17:49:53.034Z","dependency_job_id":null,"html_url":"https://github.com/trobert42/pipex","commit_stats":null,"previous_names":["trobert42/pipex"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trobert42%2Fpipex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trobert42%2Fpipex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trobert42%2Fpipex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trobert42%2Fpipex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trobert42","download_url":"https://codeload.github.com/trobert42/pipex/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248670435,"owners_count":21142904,"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":["command","execve","infile","outfile","pipe"],"created_at":"2024-11-06T04:14:56.843Z","updated_at":"2025-04-13T06:11:59.233Z","avatar_url":"https://github.com/trobert42.png","language":"C","readme":"# Pipe operator\n\nPipex reproduces the behaviour of the shell pipe | command in C.\nIt launches as `./pipex infile cmd1 cmd2 outfile` and behaves as this line does in the shell `\u003c infile cmd1 | cmd2 \u003e outfile`.\n\n|    Project Name    |                                                                       pipex                                                                      |\n| :----------------: | :-------------------------------------------------------------------------------------------------------------------------------------------------: |\n|    Description     |                                             My implementation of the pipe operator                                              |\n|    Technologies    | \u003ca href=\"#\"\u003e\u003cimg alt=\"C\" src=\"https://custom-icon-badges.demolab.com/badge/C-03599C.svg?logo=c-in-hexagon\u0026logoColor=white\u0026style=for-the-badge\"\u003e\u003c/a\u003e |\n| External libraries |     open(), close(), read(), write(), malloc(), free(), perror(), strerror(), access(), dup(), dup2(), execve(), exit(), fork(), pipe(), unlink(), wait(), waitpid()      |\n\n## Usage\n\n```bash\n  gcl https://github.com/trobert42/pipex.git\n  cd pipex\n  make\n```\nMake sure you create file1 as input and the output will be displayed on the existing file2 (or it will be created) \n```bash\n./pipex file1 command1 command2 file2\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrobert42%2Fpipex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrobert42%2Fpipex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrobert42%2Fpipex/lists"}