{"id":37072550,"url":"https://github.com/eagomez2/recp","last_synced_at":"2026-02-04T21:02:59.798Z","repository":{"id":331705753,"uuid":"1127469012","full_name":"eagomez2/recp","owner":"eagomez2","description":"A tool for automating command line recipes.","archived":false,"fork":false,"pushed_at":"2026-01-10T22:04:40.000Z","size":729,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-11T06:39:18.807Z","etag":null,"topics":["automation","bash","cli","pipelines","terminal"],"latest_commit_sha":null,"homepage":"https://eagomez2.github.io/recp/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc-by-sa-4.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eagomez2.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-04T00:15:57.000Z","updated_at":"2026-01-06T23:03:53.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/eagomez2/recp","commit_stats":null,"previous_names":["eagomez2/recp"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/eagomez2/recp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eagomez2%2Frecp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eagomez2%2Frecp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eagomez2%2Frecp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eagomez2%2Frecp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eagomez2","download_url":"https://codeload.github.com/eagomez2/recp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eagomez2%2Frecp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28414166,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T08:16:59.381Z","status":"ssl_error","status_checked_at":"2026-01-14T08:13:45.490Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["automation","bash","cli","pipelines","terminal"],"created_at":"2026-01-14T08:31:09.628Z","updated_at":"2026-01-14T08:31:10.369Z","avatar_url":"https://github.com/eagomez2.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `recp` A tool for automating command line recipes\n`recp` (short for recipe) is a tool designed to automate processes that involve executing multiple sequential command-line steps. A recipe is defined in a `.yaml` file, which outlines the steps to be performed. Each step can include a tags, description, a set of environment variables to be set for that step, and one or more commands to be executed. Additionally, commands can be preprocessed, allowing a single instruction to be expanded into multiple commands, thereby eliminating the need for tedious repeated and error-prone manual steps or scripts lacking flexibility.\n\nA single recipe  `.yaml` file can define multiple steps, which can be selected or filtered based on the task at hand. This flexibility allows you to execute only a subset of a larger recipe when needed. The `--dry-run` option enables generating the commands without actually running them, allowing you to verify that everything works as expected before executing time-consuming processes.\n\n# Installation\nYou can directly install it using `pip`\n```bash\npip install recp\n```\n\nor with `uv`\n```bash\nuv tool install recp\n```\n\n# Quickstart\nCheck the quickstart guide [here](https://eagomez2.github.io/recp/).\n\n# Documentation\nThe `recp` documentation is available online [here](https://eagomez2.github.io/recp/). You can also view it locally by running:\n```bash\nmkdocs serve\n```\n\n# Cite\nIf this package contributed to your work, please consider citing it:\n\n```\n@misc{recp,\n  author = {Esteban Gómez},\n  title  = {recp},\n  year   = 2026,\n  url    = {https://github.com/eagomez2/recp}\n}\n```\n\n# License\nFor further details about the license of this package, please see [LICENSE](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feagomez2%2Frecp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feagomez2%2Frecp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feagomez2%2Frecp/lists"}