ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Phabricator

by uber ALL

Open files in Phabricator via Sublime Text

Details

Installs

  • Total 307
  • Win 79
  • Mac 185
  • Linux 43
May 12 May 11 May 10 May 9 May 8 May 7 May 6 May 5 May 4 May 3 May 2 May 1 Apr 30 Apr 29 Apr 28 Apr 27 Apr 26 Apr 25 Apr 24 Apr 23 Apr 22 Apr 21 Apr 20 Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

sublime-phabricator

Open files in Phabricator via Sublime Text

This was built to remove the inconvenience of switching to CLI and losing the context of line numbers. It is strongly inspired by GitHubinator.

Open Phabricator via Sublime Text

View selected content in Phabricator

Getting Started

Installation

This package is available under phabricator inside of Package Control, a Sublime Text plugin that allows for easy management of other plugins.

If you prefer the manual route, you can install the script via the following command in the Sublime Text terminal (ctrl+`) which utilizes git clone.

import os; path=sublime.packages_path(); (os.makedirs(path) if not os.path.exists(path) else None); window.run_command('exec', {'cmd': ['git', 'clone', 'https://github.com/twolfson/sublime-phabricator', 'phabricator'], 'working_dir': path})

Packages can be uninstalled via “Package Control: Remove Package” via the command pallete, ctrl+shift+p on Windows/Linux, command+shift+p on Mac.

Configuration

Set your preferences by going to Preferences -> Package Settings -> Phabricator -> Settings - User. Be sure to set arc_path to the absolute path to arc in your system.

Set branch to the branch in the repo you want to view files on.

If you would like the plugin to just use the arc.land.onto.default value from the arc config for the current project, you can leave the branch key unset and instead set branch_use_arc_land_onto_default to True.

If neither the branch or the branch_use_arc_land_onto_default keys are set, the branch you are currently on is used.

For example, your configuration on Mac OS X may be: “json { "arc_path”: “/usr/local/bin/arc”, “branch”: “master” }

## Documentation
We provide a single command via the command pallete.

### Phabricator: Open
Open the current file inside of Phabricator. The first selected area will be highlighted in the open window.

This command can be accessed as `phabricator_open` via `run_command`.

## Contributing
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality.

## License
Copyright (c) 2014 Uber

Licensed under the MIT license.