https://github.com/aaronhallaert/bitbucket.nvim
Bitbucket plugin for Neovim
https://github.com/aaronhallaert/bitbucket.nvim
Last synced: 11 months ago
JSON representation
Bitbucket plugin for Neovim
- Host: GitHub
- URL: https://github.com/aaronhallaert/bitbucket.nvim
- Owner: aaronhallaert
- Created: 2024-04-10T14:22:38.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-26T12:05:13.000Z (about 1 year ago)
- Last Synced: 2025-06-09T17:14:06.547Z (about 1 year ago)
- Language: Lua
- Size: 87.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🪣 Bitbucket.nvim
⚠️ Early development ⚠️
A nvim client for Bitbucket, intended to inspect pullrequests.
Heavily inspired by [octo.nvim](https://github.com/pwntester/octo.nvim)
## Setup
1. Create an app password [here](https://bitbucket.org/account/settings/app-passwords/).
2. Execute `:Bitbucket auth` in nvim
3. Fill in the prompts
## Commands
`:Bitbucket`
| Ex command | subcommand | context | action |
| --- | --- | --- | --- |
| pull | mine | | open picker for all my pullrequests in the current repo |
| | reviewing | | open picker for all pullrequests marked as reviewer in the current repo |
| | comment | in diffview | create a pending comment |
| | approve | | approve the last opened pullrequest (note: this won't finalize pending comments, it will only approve) |
| auth | | | authenticate with username and APP_PASSWORD |
## Keymaps
| mode | keys | action | context |
| ------ | ------ | -------- | --------- |
| normal | go | open br in browser | bitbucket buffer |
| normal | gc | checkout branch | bitbucket buffer |
| normal | gd | open diff | bitbucket buffer |
| normal | gf | go to file | bitbucket buffer - comment |
| normal | rt | resolve thread | bitbucket buffer - comment |
| normal | ot | reopen thread | bitbucket buffer - comment |
## Dependencies
* [diffview.nvim](https://github.com/sindrets/diffview.nvim)