Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/9999years/open-browser-git.nvim
Browse Git files online
https://github.com/9999years/open-browser-git.nvim
Last synced: 26 days ago
JSON representation
Browse Git files online
- Host: GitHub
- URL: https://github.com/9999years/open-browser-git.nvim
- Owner: 9999years
- Created: 2023-04-16T08:45:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-10T18:23:34.000Z (about 1 month ago)
- Last Synced: 2024-12-10T19:44:06.735Z (about 1 month ago)
- Language: Lua
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# open-browser-git.nvim
## Getting started
```lua
require("open_browser_git").setup {
command_prefix = "OpenGit",
}
```Creates `:OpenGit [path]`, which opens `path` or the current file on GitHub or
GitLab in your default browser.Let me know if there's other Git providers you want to bind to.