Skip to content

Open your file in the corresponding GitHub repo, if applicable.

License

Notifications You must be signed in to change notification settings

psyclaudeZ/gh-portal.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gh-portal.nvim (WIP)

Open your file in the corresponding GitHub repo, if applicable.

Why

Because the marginal cost of creating a productive GitHub experience inside a terminal is too high, and no one has nailed it yet. Additionally:

  1. With tmux, I really don't see how those popular git plugins shine.
  2. If one can't/doesn't aim to solve all the problems, there better be a clear line drawn between GitHub and CLI. Otherwise it's Stockholm syndrome.

Customization

require('gh-portal').setup({
    -- Used for extracting and generating the URL. Defaults to "github.com".
    enterprise_url = "url",

    -- Overwrites the branch segment in the generated URL. Defaults to "main".
    branch = "develop",
})

About

Open your file in the corresponding GitHub repo, if applicable.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages