{"id":16179650,"url":"https://github.com/thomasheller/pipes","last_synced_at":"2025-04-07T11:45:09.772Z","repository":{"id":72940579,"uuid":"228020777","full_name":"thomasheller/pipes","owner":"thomasheller","description":"Support for long/complex shell command pipelines","archived":false,"fork":false,"pushed_at":"2019-12-14T12:39:31.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-08-03T13:13:50.502Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","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/thomasheller.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":"2019-12-14T12:39:19.000Z","updated_at":"2024-06-19T10:11:45.949Z","dependencies_parsed_at":null,"dependency_job_id":"17643299-505f-497e-968d-0991ff5ae21c","html_url":"https://github.com/thomasheller/pipes","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasheller%2Fpipes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasheller%2Fpipes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasheller%2Fpipes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasheller%2Fpipes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thomasheller","download_url":"https://codeload.github.com/thomasheller/pipes/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247648923,"owners_count":20972942,"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":[],"created_at":"2024-10-10T05:43:41.390Z","updated_at":"2025-04-07T11:45:09.747Z","avatar_url":"https://github.com/thomasheller.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pipes\n\nPipes provides support for long/complex command pipelines.\n\n## Setup\n\n### Prerequisites\n\nInstall Go for your platform: https://golang.org\n\nI recommend gimme: https://github.com/travis-ci/gimme\n\n```\nmkdir -p ~/bin\ncurl -sL -o ~/bin/gimme https://raw.githubusercontent.com/travis-ci/gimme/master/gimme\nchmod +x ~/bin/gimme\n```\n\n### Download\n\nClone this repository into the `src` directory of your\n[`$GOPATH`](https://golang.org/doc/code.html#GOPATH)\n(default: `~/go/src`):\n\n```\ngit clone https://github.com/thomasheller/pipes ~/go/src/github.com/thomasheller/pipes\n```\n\n### Build\n\n```\neval $(~/bin/gimme stable)\ncd ~/go/src/github.com/thomasheller/pipes\ngo get\ngo build\ngo install\n```\n\n### Local setup\n\nThe binary `pipes` will appear in the `bin` directory of your `$GOPATH`\n(default: `~/go/bin`).\n\nYou can either move the `pipes` binary to a directory that is in your `$PATH`\nor add the Go `bin` directory to your `$PATH`.\n\n## Usage\n\n### Examples\n\n```\ncd examples\n\npipes -from example1.txt -pipe reverse.pipe\n\npipes -from example1.txt -pipe replace.pipe\n\npipes -from example2.txt -pipe foo.pipe\n```\n\n## Improvements (ToDo)\n\n- Output intermediate pipe stages for debugging.\n- Cache pipe stages and re-use intermediate stages when only parts of the pipe are changed.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomasheller%2Fpipes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthomasheller%2Fpipes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomasheller%2Fpipes/lists"}