Skip to content
This repository has been archived by the owner on Jan 4, 2022. It is now read-only.

mark-adams/open-on-bitbucket

Repository files navigation

Open on Bitbucket Build Status

Provides commands to quickly view the current file on Bitbucket or Bitbucket Server (formerly Stash).

Usage

When editing a file in Atom, use the command palette or keyboard shortcuts to:

  • Open the file on bitbucket.org alt-b, o
  • Open the blame view for the file on bitbucket.org alt-b, b
  • Open the history view for the file on bitbucket.org alt-b, h
  • Open the issues view for the repository the file belongs to on github.com alt-g, i
  • Open the compare page for the current branch on bitbucket.org alt-b, r
  • Copy the bitbucket.org URL for the currently selected lines alt-b, c

Command Palette


Inspired by the Open on Github package for Atom.