Skip to content

Universal-Invariant/NVIM-gh-fork-search.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

gh-fork-search.nvim

Adds a picker for commits of forks. Enter the base repo url and it will get the commits and cache them. Uses Telescope. Can open the commit in a browser to view it or set as user defined action. Useful for looking at forks to avoid reimplementing feature requests or bugs fixes.

Lazy:

{"Universal-Invariant/NVIM-gh-fork-search.nvim", name = "gh-fork-search", },

setup:

require("gh-fork-search").setup({
    cache_results = true,
    fetch_details = false,
    max_forks = 300,
    total_commits = 300,
    --on_commit_select = function() end -- Defaults to open default browser for commit
})
Screenshot 2026-01-24 174935

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages