{"id":13569855,"url":"https://github.com/codekitchen/pipeline","last_synced_at":"2025-10-16T07:32:14.717Z","repository":{"id":55147491,"uuid":"223634252","full_name":"codekitchen/pipeline","owner":"codekitchen","description":"the `pipeline` shell command","archived":false,"fork":false,"pushed_at":"2021-01-06T06:37:44.000Z","size":141,"stargazers_count":180,"open_issues_count":7,"forks_count":6,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-11T04:04:28.219Z","etag":null,"topics":["data-analysis","data-mining","shell-scripting"],"latest_commit_sha":null,"homepage":null,"language":"C","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/codekitchen.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-11-23T18:24:20.000Z","updated_at":"2025-04-07T01:18:36.000Z","dependencies_parsed_at":"2022-08-14T13:30:52.781Z","dependency_job_id":null,"html_url":"https://github.com/codekitchen/pipeline","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/codekitchen/pipeline","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codekitchen%2Fpipeline","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codekitchen%2Fpipeline/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codekitchen%2Fpipeline/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codekitchen%2Fpipeline/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codekitchen","download_url":"https://codeload.github.com/codekitchen/pipeline/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codekitchen%2Fpipeline/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279165814,"owners_count":26117930,"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-16T02:00:06.019Z","response_time":53,"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":["data-analysis","data-mining","shell-scripting"],"created_at":"2024-08-01T14:00:45.080Z","updated_at":"2025-10-16T07:32:14.685Z","avatar_url":"https://github.com/codekitchen.png","language":"C","readme":"# The `pipeline` shell command\n\nA utility to make building up a pipeline of shell commands easier, especially when\ndoing data exploration.\n\nIf you've ever found yourself writing shell code, in an endless loop of piping\noutput to `less`, scanning it over and making changes, then `pipeline` can make\nyour life just a little bit more beautiful.\n\nThis is just a thin wrapper around your shell, not some totally new data mining\ntool. Launch pipeline, and start typing shell commands as usual. Every time you\nhit enter you'll see a one-screen preview of your output, similar to piping\noutput to `less`, but your cursor will stay right where it was for further\nediting.\n\n![](pipeline_demo.gif)\n\nCtrl-C when you're done.\n\n## Installation\n\nPipeline depends only on ncurses and readline (or libedit), both of which ship with MacOS and most common Linux distros.\n\n### MacOS\n\nInstall with [Homebrew](https://brew.sh).\n\n```\nbrew tap codekitchen/pipeline\nbrew install pipeline\n```\n\n### From Source\n\nYou can download the latest release tarball from the [releases page](https://github.com/codekitchen/pipeline/releases), or git clone the repo to build the master branch.\n\n```\nautoreconf -fi    # only if building from git, skip this for release tarballs\n./configure\nmake\n```\n\nAfter make finishes, you'll be able to use `./pipeline`. You can also install it using:\n\n```\nsudo make install\n```\n\n### Windows\n\nIt might work under MinGW/GitBash? Please let me know.\n","funding_links":[],"categories":["C"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodekitchen%2Fpipeline","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodekitchen%2Fpipeline","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodekitchen%2Fpipeline/lists"}