{"id":13898427,"url":"https://github.com/rbong/vim-flog","last_synced_at":"2025-07-17T15:33:24.151Z","repository":{"id":38074953,"uuid":"159269219","full_name":"rbong/vim-flog","owner":"rbong","description":"A blazingly fast, stunningly beautiful, exceptionally powerful git branch viewer for Vim/Neovim.","archived":false,"fork":false,"pushed_at":"2024-11-20T12:12:52.000Z","size":2192,"stargazers_count":795,"open_issues_count":7,"forks_count":22,"subscribers_count":12,"default_branch":"master","last_synced_at":"2024-11-20T13:22:58.864Z","etag":null,"topics":["fugitive","git","graph","log","neovim","plugin","vim"],"latest_commit_sha":null,"homepage":"","language":"Vim Script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rbong.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"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":"2018-11-27T03:17:13.000Z","updated_at":"2024-11-20T12:12:56.000Z","dependencies_parsed_at":"2023-02-15T12:16:13.383Z","dependency_job_id":"be8831cc-1807-484e-9728-17867c1a4e65","html_url":"https://github.com/rbong/vim-flog","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rbong%2Fvim-flog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rbong%2Fvim-flog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rbong%2Fvim-flog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rbong%2Fvim-flog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rbong","download_url":"https://codeload.github.com/rbong/vim-flog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226274897,"owners_count":17598861,"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","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":["fugitive","git","graph","log","neovim","plugin","vim"],"created_at":"2024-08-06T18:04:17.440Z","updated_at":"2024-11-25T04:31:33.641Z","avatar_url":"https://github.com/rbong.png","language":"Vim Script","funding_links":[],"categories":["Vim script","Vim Script"],"sub_categories":[],"readme":"# Flog\n\n[![test status](https://github.com/rbong/vim-flog/actions/workflows/test.yml/badge.svg?branch=master)](https://github.com/rbong/vim-flog/actions)\n\nFlog is a blazingly fast, stunningly beautiful, exceptionally powerful Git branch viewer for Vim/Neovim.\n\n![flog in action](img/screen-graph.png)\n\n## Features\n\n- Custom log format support\n- Multiline commit message support\n- Ability to view history of selected visual range\n- Contextual command completion\n- Many navigation mappings\n- Commit-based marks and jump history\n- Ability to expand/collapse commit body\n- Intelligently restore cursor position between updates\n- [Fugitive](https://github.com/tpope/vim-fugitive) integration\n- Functions for integrating with your Git workflow and plugins\n- Extended graph symbol support (currently only in [Kitty](https://github.com/kovidgoyal/kitty))\n- Dynamic branch highlighting (Neovim only)\n- Automatic updates (Neovim only)\n- And more!\n\n## Installation\n\nIf you use [Plug](https://github.com/junegunn/vim-plug), add the following to your `.vimrc`:\n\n```vim\nPlug 'tpope/vim-fugitive'\nPlug 'rbong/vim-flog'\n```\n\nFor lazy.nvim users:\n\n```lua\n{\n  \"rbong/vim-flog\",\n  lazy = true,\n  cmd = { \"Flog\", \"Flogsplit\", \"Floggit\" },\n  dependencies = {\n    \"tpope/vim-fugitive\",\n  },\n},\n```\n\nIn Vim, [LuaJIT 2.1](https://luajit.org/download.html) must be installed.\n[Lua](https://www.lua.org/) 5.1 is also supported but less performant than LuaJIT.\n\n## Getting Started\n\n- You can open the commit graph with `:Flog` or `:Flogsplit`.\n- Use `\u003cTab\u003e` completion or `:help :Flog` to see available arguments.\n- Open commits with [Fugitive](https://github.com/tpope/vim-fugitive) using `\u003cCR\u003e`.\n- Jump between commits with `\u003cC-N\u003e` and `\u003cC-P\u003e`.\n- Toggle viewing all branches with `a`.\n- See more mappings with `g?`.\n- Quit with `gq`.\n\nMany familiar mappings from the Fugitive `:Git` status window will work in Flog.\n\nYou can also run any git command using `:Floggit`.\nThis command will contextually complete arguments based on your cursor position.\nSee `:help :Floggit` for more.\n\nFlog can be heavily customized.\nSee [examples](EXAMPLES.md) for details.\n\n## More Help\n\n- [FAQ](FAQ.md)\n- [Examples](EXAMPLES.md)\n- [Issue tracker](https://github.com/rbong/vim-flog/issues)\n- [Discussions board](https://github.com/rbong/vim-flog/discussions)\n- [Fugitive repo](https://github.com/tpope/vim-fugitive)\n- Run `git log --help` in a terminal for help with `git log`.\n- Run `:help flog` in Vim to see the full documentation.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frbong%2Fvim-flog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frbong%2Fvim-flog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frbong%2Fvim-flog/lists"}