{"id":49551370,"url":"https://github.com/masaki39/git.yazi","last_synced_at":"2026-05-02T22:42:43.342Z","repository":{"id":344544086,"uuid":"1182164981","full_name":"masaki39/git.yazi","owner":"masaki39","description":"A Yazi plugin to show Git file status as linemode, with staged/mixed state support","archived":false,"fork":false,"pushed_at":"2026-03-15T06:05:12.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-02T22:42:40.948Z","etag":null,"topics":["git","yazi","yazi-plugin"],"latest_commit_sha":null,"homepage":null,"language":"Lua","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/masaki39.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-03-15T05:58:56.000Z","updated_at":"2026-03-15T06:08:58.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/masaki39/git.yazi","commit_stats":null,"previous_names":["masaki39/git.yazi"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/masaki39/git.yazi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masaki39%2Fgit.yazi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masaki39%2Fgit.yazi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masaki39%2Fgit.yazi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masaki39%2Fgit.yazi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/masaki39","download_url":"https://codeload.github.com/masaki39/git.yazi/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masaki39%2Fgit.yazi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32552377,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T22:28:24.418Z","status":"ssl_error","status_checked_at":"2026-05-02T22:28:14.225Z","response_time":132,"last_error":"SSL_read: 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":["git","yazi","yazi-plugin"],"created_at":"2026-05-02T22:42:41.302Z","updated_at":"2026-05-02T22:42:43.334Z","avatar_url":"https://github.com/masaki39.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# git.yazi\n\nA [Yazi](https://github.com/sxyazi/yazi) plugin to show Git file status as linemode.\n\nFork of [yazi-rs/plugins:git](https://github.com/yazi-rs/plugins) with:\n- Staged modifications shown in green\n- Mixed staged/unstaged shown as two-color indicator\n\n## Installation\n\n```sh\nya pkg add masaki39/git\n```\n\n## Setup\n\nAdd to `~/.config/yazi/init.lua`:\n\n```lua\nrequire(\"git\"):setup()\n```\n\nAdd to `~/.config/yazi/yazi.toml`:\n\n```toml\n[[plugin.prepend_fetchers]]\nid  = \"git\"\nurl = \"*\"\nrun = \"git\"\n\n[[plugin.prepend_fetchers]]\nid  = \"git\"\nurl = \"*/\"\nrun = \"git\"\n```\n\n## Status Signs\n\n| Sign | Color | Meaning |\n|------|-------|---------|\n| `M` | green | Modified (staged only) |\n| `M` | red | Modified (unstaged only) |\n| `MM` | green+red | Modified (staged left, unstaged right) |\n| `A` | green | Added (staged) |\n| `AM` | green+red | Added and then modified (staged left, unstaged right) |\n| `??` | red | Untracked |\n| `!` | blue | Ignored |\n| `D` | red | Deleted |\n| `U` | yellow | Conflict |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmasaki39%2Fgit.yazi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmasaki39%2Fgit.yazi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmasaki39%2Fgit.yazi/lists"}