{"id":33014472,"url":"https://github.com/zpm-zsh/pr-git","last_synced_at":"2025-11-19T09:01:24.448Z","repository":{"id":71441172,"uuid":"181570376","full_name":"zpm-zsh/pr-git","owner":"zpm-zsh","description":"Plugin for ZSH who display Git info","archived":false,"fork":false,"pushed_at":"2023-08-02T21:59:22.000Z","size":82,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-16T07:45:23.505Z","etag":null,"topics":["zpm","zsh","zsh-plugin"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zpm-zsh.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}},"created_at":"2019-04-15T21:46:38.000Z","updated_at":"2022-11-16T15:18:17.000Z","dependencies_parsed_at":"2024-01-03T04:17:45.475Z","dependency_job_id":"edaf480c-e242-4520-b7f0-0a68046db110","html_url":"https://github.com/zpm-zsh/pr-git","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zpm-zsh/pr-git","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zpm-zsh%2Fpr-git","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zpm-zsh%2Fpr-git/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zpm-zsh%2Fpr-git/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zpm-zsh%2Fpr-git/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zpm-zsh","download_url":"https://codeload.github.com/zpm-zsh/pr-git/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zpm-zsh%2Fpr-git/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":285215532,"owners_count":27133906,"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-11-19T02:00:05.673Z","response_time":65,"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":["zpm","zsh","zsh-plugin"],"created_at":"2025-11-13T18:00:20.529Z","updated_at":"2025-11-19T09:01:24.439Z","avatar_url":"https://github.com/zpm-zsh.png","language":"Shell","funding_links":[],"categories":["Plugins"],"sub_categories":["ZSH on Windows","Zinit (née zplugin)"],"readme":"# Plugin for ZSH who display Git info\n\nPlugin creates a global variable with `git` status information that can be displayed in prompts.\n\n### Example\n\n```sh\nPROMPT='$pr_git ...REST OF PROMPT'\n```\n\n#### Screenshot\n![Screenshot](./image.png)\n\nThis plugin made to be fast. It runs in background and update information only if need.\n\n## Installation\n\n### Binary deps\n\nPlease, compile `git-status.cpp` from [zsh-git-cal-status-cpp](https://gitlab.com/cosurgi/zsh-git-cal-status-cpp), and put in `$PATH` as `git-status`. \n\n```sh\ngit clone https://gitlab.com/cosurgi/zsh-git-cal-status-cpp\ncd zsh-git-cal-status-cpp\ng++ -Ofast git-status.cpp -o git-status -std=c++14 -Wall -Wextra -Wpedantic -Wshadow -Wenum-compare -Wunreachable-code -Werror=narrowing -Werror=return-type -lboost_program_options -static\ncp git-status ~/.bin # Or copy to another dir from $PATH\n```\n\n### This plugin depends on [zsh-colors](https://github.com/zpm-zsh/colors).\n\nIf you don't use [zpm](https://github.com/zpm-zsh/zpm), install it manually and activate it before this plugin. \nIf you use zpm you don’t need to do anything\n\n### If you use [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh)\n\n* Clone this repository into `~/.oh-my-zsh/custom/plugins`\n```sh\ncd ~/.oh-my-zsh/custom/plugins\ngit clone https://github.com/zpm-zsh/pr-git\n```\n* After that, add `pr-git` to your oh-my-zsh plugins array.\n\n### If you use [Zgen](https://github.com/tarjoilija/zgen)\n\n1. Add `zgen load zpm-zsh/pr-git` to your `.zshrc` with your other plugin\n2. run `zgen save`\n\n### If you use my [ZPM](https://github.com/zpm-zsh/zpm)\n\n* Add `zpm load zpm-zsh/pr-git` into your `.zshrc`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzpm-zsh%2Fpr-git","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzpm-zsh%2Fpr-git","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzpm-zsh%2Fpr-git/lists"}