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

Phabricator

by uber ALL

Open files in Phabricator via Sublime Text

Details

Installs

  • Total 308
  • Win 79
  • Mac 185
  • Linux 44
Jul 27 Jul 26 Jul 25 Jul 24 Jul 23 Jul 22 Jul 21 Jul 20 Jul 19 Jul 18 Jul 17 Jul 16 Jul 15 Jul 14 Jul 13 Jul 12 Jul 11 Jul 10 Jul 9 Jul 8 Jul 7 Jul 6 Jul 5 Jul 4 Jul 3 Jul 2 Jul 1 Jun 30 Jun 29 Jun 28 Jun 27 Jun 26 Jun 25 Jun 24 Jun 23 Jun 22 Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13
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 0 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 0 0 0 0 0 0 1 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.