2 个仓库
Interfaces for navigating and searching through commits, branches, and stashes within an editor.
Distinct from Git Repository Integrators: Focuses on interactive browsing and searching of git metadata rather than fetching or pushing changes.
Explore 2 awesome GitHub repositories matching development tools & productivity · Version Control Browsers. Refine with filters or upvote what's useful.
OpenGrok 是一个基于 Java 的源代码搜索引擎和索引器,旨在将大型源代码树和二进制文件处理为可搜索的索引。它作为一个版本控制浏览器,允许探索和搜索与版本控制系统集成的修订历史记录。 该系统提供基于符号的交叉引用,以链接代码定义和用法,从而实现跨代码库的导航。它利用倒排索引搜索引擎来执行源代码的全文本检索。 该应用程序支持定期源代码同步和重新索引,以保持本地数据最新。部署通过容器镜像支持,以在托管平台之间保持一致的环境。
Provides an interface for navigating and searching through commits and revision history integrated with version control.
fzf-lua is a fuzzy finder integration for Neovim that utilizes fzf to search files, buffers, and project symbols. It serves as a code navigation framework providing a dynamic result generator that populates search windows using real-time shell commands or custom Lua functions. The project distinguishes itself through specialized integration tools for Git and Language Server Protocols. It includes a Git search interface for navigating commits, branches, stashes, and diffs, alongside an LSP integration tool that bridges language server providers to locate definitions and references across a cod
Provides a specialized search interface for navigating git commits, branches, stashes, and diffs.