{"id":36727276,"url":"https://github.com/at-ishikawa/git-fzf","last_synced_at":"2026-01-12T12:02:56.744Z","repository":{"id":131357543,"uuid":"228089050","full_name":"at-ishikawa/git-fzf","owner":"at-ishikawa","description":"Git plugin with fzf","archived":false,"fork":false,"pushed_at":"2020-09-02T06:34:19.000Z","size":3175,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-06-20T06:22:42.825Z","etag":null,"topics":["fzf","git","git-fzf","git-plugin"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/at-ishikawa.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}},"created_at":"2019-12-14T21:07:41.000Z","updated_at":"2021-10-13T14:07:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"06248e8d-c251-4d96-81ee-b4f1fa933407","html_url":"https://github.com/at-ishikawa/git-fzf","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/at-ishikawa/git-fzf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/at-ishikawa%2Fgit-fzf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/at-ishikawa%2Fgit-fzf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/at-ishikawa%2Fgit-fzf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/at-ishikawa%2Fgit-fzf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/at-ishikawa","download_url":"https://codeload.github.com/at-ishikawa/git-fzf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/at-ishikawa%2Fgit-fzf/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28338973,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T10:58:46.209Z","status":"ssl_error","status_checked_at":"2026-01-12T10:58:42.742Z","response_time":98,"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":["fzf","git","git-fzf","git-plugin"],"created_at":"2026-01-12T12:02:56.030Z","updated_at":"2026-01-12T12:02:56.737Z","avatar_url":"https://github.com/at-ishikawa.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# git fzf plugin\n\n[![GitHub](https://img.shields.io/github/license/at-ishikawa/git-fzf)](https://github.com/at-ishikawa/git-fzf/blob/master/LICENSE)\n[![Go workflow](https://github.com/at-ishikawa/git-fzf/workflows/Go/badge.svg)](https://github.com/at-ishikawa/git-fzf)\n\n![git-fzf get demo](doc/demo.gif)\n\n## Install\nYou must install `go \u003e= v1.13` beforehand.\n```shell script\n$ go get -u github.com/at-ishikawa/git-fzf/cmd/git-fzf\n```\n\n## Sub commands\n* diff: See the list of updated files and diff for each file\n* log: See commit history and the details on each commit\n* stash: See the list of stash and the details on each stash\n\n\n### git fzf diff\n#### Usage\n```shell script\n\u003e git fzf diff --help\ngit diff with fzf\n\nUsage:\n  git-fzf diff [\u003ccommit\u003e[..\u003ccommit\u003e]] [-- \u003cgit options\u003e] [flags]\n\nFlags:\n  -h, --help   help for diff\n\nGlobal Flags:\n  -q, --query string   Start the fzf with this query\n```\n\n\n### git fzf log\n#### Usage\n```shell script\n\u003e git fzf log --help\ngit log with fzf\n\nUsage:\n  git-fzf log [\u003ccommit\u003e[..\u003ccommit\u003e]] [-- \u003cgit options\u003e] [flags]\n\nFlags:\n  -h, --help   help for log\n\nGlobal Flags:\n  -q, --query string   Start the fzf with this query\n```\n\n\n### git fzf stash\n#### Usage\n```shell script\n\u003e git fzf stash --help\ngit stash list with fzf\n\nUsage:\n  git-fzf stash [-- \u003cgit options\u003e] [flags]\n\nFlags:\n  -h, --help   help for stash\n\nGlobal Flags:\n  -q, --query string   Start the fzf with this query\n```\n\n\n## Requirements\n* go (version 1.13)\n* git\n* fzf\n\n\n## Environment variables\n* `GIT_FZF_FZF_BIND_OPTION`\n    * The bind option for fzf\n    * Default: `ctrl-k:kill-line,ctrl-alt-t:toggle-preview,ctrl-alt-n:preview-down,ctrl-alt-p:preview-up,ctrl-alt-v:preview-page-down`\n* `GIT_FZF_FZF_OPTION`\n    * The entire option for fzf. This option may use `GIT_FZF_FZF_BIND_OPTION` environment variable.\n    * Default: `--multi --ansi --inline-info --layout reverse --preview '$GIT_FZF_FZF_PREVIEW_OPTION' --preview-window down:70% --bind $GIT_FZF_FZF_BIND_OPTION`\n    * `$GIT_FZF_FZF_PREVIEW_OPTION` is replaced with preview command. This cannot be injected by environment variable `GIT_FZF_FZF_PREVIEW_OPTION`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fat-ishikawa%2Fgit-fzf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fat-ishikawa%2Fgit-fzf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fat-ishikawa%2Fgit-fzf/lists"}