{"id":11430259,"url":"https://github.com/spacedentist/spr","last_synced_at":"2026-02-21T03:02:15.600Z","repository":{"id":37036109,"uuid":"457962088","full_name":"spacedentist/spr","owner":"spacedentist","description":"Submit pull requests for individual, amendable, rebaseable commits to GitHub","archived":false,"fork":false,"pushed_at":"2025-12-15T09:10:23.000Z","size":3430,"stargazers_count":501,"open_issues_count":52,"forks_count":52,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-12-18T08:15:16.969Z","etag":null,"topics":["github","stacked-diffs"],"latest_commit_sha":null,"homepage":"https://spacedentist.github.io/spr/","language":"Rust","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/spacedentist.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2022-02-10T22:02:56.000Z","updated_at":"2025-12-15T18:29:08.000Z","dependencies_parsed_at":"2025-12-15T13:13:27.705Z","dependency_job_id":null,"html_url":"https://github.com/spacedentist/spr","commit_stats":{"total_commits":114,"total_committers":9,"mean_commits":"12.666666666666666","dds":0.2192982456140351,"last_synced_commit":"2ecd07cccaf7e9a926d8344c12ef273bae3fb7a4"},"previous_names":["spacedentist/spr","getcord/spr"],"tags_count":19,"template":false,"template_full_name":null,"purl":"pkg:github/spacedentist/spr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spacedentist%2Fspr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spacedentist%2Fspr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spacedentist%2Fspr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spacedentist%2Fspr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spacedentist","download_url":"https://codeload.github.com/spacedentist/spr/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spacedentist%2Fspr/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29672258,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T00:11:43.526Z","status":"online","status_checked_at":"2026-02-21T02:00:07.432Z","response_time":107,"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":["github","stacked-diffs"],"created_at":"2024-06-20T13:02:53.144Z","updated_at":"2026-02-21T03:02:15.588Z","avatar_url":"https://github.com/spacedentist.png","language":"Rust","readme":"![spr](./docs/spr.svg)\n\n# spr \u0026middot; [![GitHub](https://img.shields.io/github/license/spacedentist/spr)](https://img.shields.io/github/license/spacedentist/spr) [![GitHub release](https://img.shields.io/github/v/release/spacedentist/spr?include_prereleases)](https://github.com/spacedentist/spr/releases) [![crates.io](https://img.shields.io/crates/v/spr.svg)](https://crates.io/crates/spr) [![homebrew](https://img.shields.io/homebrew/v/spr.svg)](https://formulae.brew.sh/formula/spr) [![GitHub Repo stars](https://img.shields.io/github/stars/spacedentist/spr?style=social)](https://github.com/spacedentist/spr)\n\nA command-line tool for submitting and updating GitHub Pull Requests from local\nGit commits that may be amended and rebased. Pull Requests can be stacked to\nallow for a series of code reviews of interdependent code.\n\nspr is pronounced /ˈsuːpəɹ/, like the English word 'super'.\n\n## Documentation\n\nComprehensive documentation is available here: https://spacedentist.github.io/spr/\n\n## Installation\n\n[![Packaging status](https://repology.org/badge/vertical-allrepos/spr-super-pull-requests.svg)](https://repology.org/project/spr-super-pull-requests/versions)\n\n### Binary Installation\n\n#### Using Homebrew\n\n```shell\nbrew install spr\n```\n\n#### Using Nix\n\nspr is available in nixpkgs\n\n```shell\nnix run nixpkgs#spr\n```\n\n#### Using Cargo\n\nIf you have Cargo installed (the Rust build tool), you can install spr by running\n\n```shell\ncargo install spr\n```\n\n### Install from Source\n\nspr is written in Rust. You need a Rust toolchain to build from source. See [rustup.rs](https://rustup.rs) for information on how to install Rust if you have not got a Rust toolchain on your system already.\n\nWith Rust all set up, clone this repository and run `cargo build --release`. The spr binary will be in the `target/release` directory.\n\n## Quickstart\n\nTo use spr, run `spr init` inside a local checkout of a GitHub-backed git repository. You will be guided through authorising spr to use the GitHub API in order to create and merge pull requests.\n\nTo submit a commit for pull request, run `spr diff`.\n\nIf you want to make changes to the pull request, amend your local commit (and/or rebase it) and call `spr diff` again. When updating an existing pull request, spr will ask you for a short message to describe the update.\n\nTo squash-merge an open pull request, run `spr land`.\n\nFor more information on spr commands and options, run `spr help`. For more information on a specific spr command, run `spr help \u003cCOMMAND\u003e` (e.g. `spr help diff`).\n\n## Contributing\n\nFeel free to submit an issue on [GitHub](https://github.com/spacedentist/spr) if you have found a problem. If you can even provide a fix, please raise a pull request!\n\nIf there are larger changes or features that you would like to work on, please raise an issue on GitHub first to discuss.\n\n### License\n\nspr is [MIT licensed](./LICENSE).\n","funding_links":[],"categories":["Rust"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspacedentist%2Fspr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspacedentist%2Fspr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspacedentist%2Fspr/lists"}