Phabricator
通过 Sublime Text 在 Phabricator 中打开文件
详细信息
安装量
- 总计 310
- Win 79
- Mac 187
- Linux 44
2023年8月6日 | 2023年8月5日 | 2023年8月4日 | 2023年8月3日 | 2023年8月2日 | 2023年8月1日 | 2023年7月31日 | 2023年7月30日 | 2023年7月29日 | 2023年7月28日 | 2023年7月27日 | 2023年7月26日 | 2023年7月25日 | 2023年7月24日 | 2023年7月23日 | 2023年7月22日 | 2023年7月21日 | 2023年7月20日 | 2023年7月19日 | 2023年7月18日 | 2023年7月17日 | 2023年7月16日 | 2023年7月15日 | 2023年7月14日 | 2023年7月13日 | 2023年7月12日 | 2023年7月11日 | 2023年7月10日 | 2023年7月9日 | 2023年7月8日 | 2023年7月7日 | 2023年7月6日 | 2023年7月5日 | 2023年7月4日 | 2023年7月3日 | 2023年7月2日 | 2023年7月1日 | 2023年6月30日 | 2023年6月29日 | 2023年6月28日 | 2023年6月27日 | 2023年6月26日 | 2023年6月25日 | 2023年6月24日 | 2023年6月23日 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 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 | 0 | 0 | 0 | 0 | 0 |
README
sublime-phabricator
通过 Phabricator 在 Sublime Text 中打开文件
这个工具是为了消除在 CLI 之间切换和失去行号上下文的不便而构建的。它强烈受到 GitHubinator 的启发。
入门指南
安装
此软件包可在 Package Control 中的 phabricator
下使用,这是一个 Sublime Text 插件,允许管理其他插件。
如果您偏好手动安装,可以在 Sublime Text 的终端(ctrl+`
)中通过以下命令安装脚本,它使用 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})
可以通过“Package Control: Remove Package”从命令板中进行卸载,在 Windows/Linux 上为 ctrl+shift+p
,在 Mac 上为 command+shift+p
。
配置
通过访问 Preferences -> Package Settings -> Phabricator -> Settings - User
来设置您的偏好。请确保将 arc_path
设置为系统中 arc
的绝对路径。
将 branch
设置为您在仓库中要查看文件的分支。
如果您希望插件仅针对当前项目的 arc 配置中的 arc.land.onto.default
值使用,您可以将分支键设置为未设置,并将 branch_use_arc_land_onto_default
设置为 True
。
如果既没有设置 branch
也未设置 branch_use_arc_land_onto_default
键,则使用当前分支。
例如,在 Mac OS X 上的配置可能是:“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.