{"id":15980283,"url":"https://github.com/otoyo/fzf-git","last_synced_at":"2026-04-16T04:02:51.836Z","repository":{"id":150134440,"uuid":"314397847","full_name":"otoyo/fzf-git","owner":"otoyo","description":"Interactive Git tools with fzf","archived":false,"fork":false,"pushed_at":"2021-09-23T02:01:40.000Z","size":12,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-13T19:17:53.360Z","etag":null,"topics":["fzf","git","zsh","zsh-plugin"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/otoyo.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":"2020-11-19T23:50:26.000Z","updated_at":"2023-03-15T08:23:48.000Z","dependencies_parsed_at":"2023-04-07T04:54:51.308Z","dependency_job_id":null,"html_url":"https://github.com/otoyo/fzf-git","commit_stats":{"total_commits":19,"total_committers":1,"mean_commits":19.0,"dds":0.0,"last_synced_commit":"ecc175de8544b4de02b69c8405f63de398b9e4e0"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/otoyo/fzf-git","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/otoyo%2Ffzf-git","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/otoyo%2Ffzf-git/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/otoyo%2Ffzf-git/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/otoyo%2Ffzf-git/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/otoyo","download_url":"https://codeload.github.com/otoyo/fzf-git/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/otoyo%2Ffzf-git/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31870516,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"online","status_checked_at":"2026-04-16T02:00:06.042Z","response_time":69,"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":["fzf","git","zsh","zsh-plugin"],"created_at":"2024-10-08T00:03:43.495Z","updated_at":"2026-04-16T04:02:51.802Z","avatar_url":"https://github.com/otoyo.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fzf-git\n\nfzf-git makes Git files and commits selection easy.\n\n## Feature\n\n### File selection\n\n![fzf-git](https://user-images.githubusercontent.com/1063435/100101343-77d71d00-2ea5-11eb-803f-3be1b1dfc232.gif)\n\nKey-bindings\n\n* `Tab` key to select multi files\n* `Ctrl+down` to scroll preview\n\n### Commits selection\n\n![git-fzf-commit](https://user-images.githubusercontent.com/1063435/101238994-8637fb00-3727-11eb-92f2-c406e92d5b38.gif)\n\nKey-bindings\n\n* `Tab` key to select multi commits\n* `Ctrl+down` to scroll preview\n* `left` key to display branch selection in the commits selection\n* `right` key to display commits of selected branch in the branch selection\n\n## Requirements\n\n* Zsh\n* Git\n* [fzf](https://github.com/junegunn/fzf)\n* [expect](https://formulae.brew.sh/formula/expect)\n\n## Installation\n\n```sh\n# Install requirements\n$ brew install fzf\n$ brew install expect\n\n$ cd ~\n$ git clone git@github.com:otoyo/fzf-git.git\n```\n\nAdd the following into `~/.zshrc`\n```sh\n[ -d ~/fzf-git ] \u0026\u0026 \\\n  source ~/fzf-git/fzf-git.zsh \u0026\u0026 \\\n  bindkey '^G' fzf-git-widget \u0026\u0026 \\\n  bindkey '^H' fzf-git-commit-widget\n```\n\nAnd reload `~/.zshrc`\n```sh\n$ source ~/.zshrc\n```\n\nNow you can use fzf-git by `Ctrl+G` and `Ctrl+H` in the Git repositories.\n\nAnd, you can use multi-select by pressing `Tab` in fzf console.\n\n## Widgets\n\n* `fzf-git-widget`: Search files from `git status`\n* `fzf-git-commit-widget`: Search commits from `git log`\n\n## Update\n\nPull fzf-git.git and reload `~/.zshrc`\n\n```sh\n$ cd ~/fzf-git\n$ git pull origin master\n$ source ~/.zshrc\n```\n\n## Contribution\n\nFeel free to open a Pull Requests ;)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fotoyo%2Ffzf-git","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fotoyo%2Ffzf-git","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fotoyo%2Ffzf-git/lists"}