https://github.com/dragonwasrobot/helm-bitbucket
A helm interface for searching Bitbucket
https://github.com/dragonwasrobot/helm-bitbucket
bitbucket emacs helm
Last synced: 19 days ago
JSON representation
A helm interface for searching Bitbucket
- Host: GitHub
- URL: https://github.com/dragonwasrobot/helm-bitbucket
- Owner: dragonwasrobot
- License: mit
- Created: 2019-04-14T11:35:24.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-07-22T15:46:52.000Z (almost 3 years ago)
- Last Synced: 2025-03-24T01:23:35.593Z (about 1 month ago)
- Topics: bitbucket, emacs, helm
- Language: Emacs Lisp
- Homepage:
- Size: 140 KB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- Contributing: CONTRIBUTING.org
- License: LICENSE
Awesome Lists containing this project
README
* Helm Bitbucket
[[http://melpa.org/#/helm-bitbucket][file:https://melpa.org/packages/helm-bitbucket-badge.svg]]
[[http://stable.melpa.org/#/helm-bitbucket][file:http://stable.melpa.org/packages/helm-bitbucket-badge.svg]]A [[https://github.com/emacs-helm/helm][helm]] interface for searching Bitbucket.
[[helm-bitbucket.png]]
** Installation
Download and install the =helm-bitbucket.el= file in your preferred way.MELPA link: https://melpa.org/#/helm-bitbucket.
=helm-bitbucket= uses the credentials stored in =.authinfo.gpg= for
authenticating against the bitbucket API. So you need to add:#+BEGIN_EXAMPLE
machine api.bitbucket.org login password port https
#+END_EXAMPLEto your =.authinfo.gpg= file.
If you are not familiar with =.authinfo=, check out
https://www.emacswiki.org/emacs/GnusAuthinfo for further information.It is not currently possible to search across all Bitbucket repositories, so
=helm-bitbucket= searches all repositories for which your registered Bitbucket
user is a member. Thus, =helm-bitbucket= searches both your personal
repositories and the repositories of any Bitbucket team you are a member of.** Usage
Run =M-x helm-bitbucket= and type a search string. (The search begins after
you've typed at least 2 characters).Hitting =RET= with an item selected opens the corresponding repository in your
browser.
*** Keys
| =C-n= | Next item. |
| =C-p= | Previous item. |
| =RET= | Open repository page in browser |
| =C-h m= | Full list of keyboard shortcuts. |** Contributing
See =CONTRIBUTING.org=.** Credits
This project was originally inspired by https://github.com/krisajenkins/helm-spotify.