Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jameswalmsley/phabrik
A simple plugin for interacting with Phabricator tasks from Neovim / VIM
https://github.com/jameswalmsley/phabrik
code-review developer developer-productivity neovim phabricator phabricator-tasks plugin productivity vim workflow
Last synced: about 1 month ago
JSON representation
A simple plugin for interacting with Phabricator tasks from Neovim / VIM
- Host: GitHub
- URL: https://github.com/jameswalmsley/phabrik
- Owner: jameswalmsley
- Created: 2021-01-07T17:35:28.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-17T16:44:10.000Z (almost 4 years ago)
- Last Synced: 2024-11-10T02:29:44.842Z (3 months ago)
- Topics: code-review, developer, developer-productivity, neovim, phabricator, phabricator-tasks, plugin, productivity, vim, workflow
- Language: Python
- Homepage:
- Size: 117 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```
___ ___ ___ ___ ___
/ /\ /__/\ / /\ _____ / /\ ___ /__/|
/ /::\ \ \:\ / /::\ / /::\ / /::\ / /\ | |:|
/ /:/\:\ \__\:\ / /:/\:\ / /:/\:\ / /:/\:\ / /:/ | |:|
/ /:/~/:___ / /::\ / /:/~/::\ / /:/~/::\ / /:/~/:/ /__/::\ __| |:|
/__/:/ /:/__/\ /:/\:/__/:/ /:/\:/__/:/ /:/\:/__/:/ /:/__\__\/\:\__/__/\_|:|____
\ \:\/:/\ \:\/:/__\\ \:\/:/__\\ \:\/:/~/:\ \:\/:::::/ \ \:\/\ \:\/:::::/
\ \::/ \ \::/ \ \::/ \ \::/ /:/ \ \::/~~~~ \__\::/\ \::/~~~~
\ \:\ \ \:\ \ \:\ \ \:\/:/ \ \:\ /__/:/ \ \:\
\ \:\ \ \:\ \ \:\ \ \::/ \ \:\ \__\/ \ \:\
\__\/ \__\/ \__\/ \__\/ \__\/ \__\/```
# PhabrikPhabrik is a toolkit for developers to interact with Phabricator. Its main focus is to
allow developers to create and edit tasks without having to use the web-interface.It further allows a streamlined workflow, and supports simple interactions with repositories
and revisions.DIFF reviews can be completed entirely by annotating a diff in VIM, and thread comments
can be easily added to tasks and diffs.## Plugins
Phabrik is a a standard VIM plugin, and python tool. The plugin is fully compatible with Neovim.
## Current Features
Allows users and modify and update tasks from VIM.
* Task titles, points, and assigned user can be updated using frontmatter.
* Task discussion threads.
* Comments can be added to a task discussion.
* Differentials are listed in the "backmatter" and can be previewed.
* DIFF status is displayed.
* DIFFs can be accepted.
* DIFFs can be reviewed.
* Comments can be added to a DIFF comment thread.## Install
```
Plug 'jameswalmsley/phabrik', {'do': ':call phabrik#install()'}
```## Features
* Tasks
* View Task
* Read Task Comments
* Add new comments
* Read Task revisions.
* Change points
* View / Change assignee
* View Tags
* View Projects* Revisions
* View Diffs
* Patch Diffs
* Accept Diffs
* Review Diffs```
Copyright (C) 2021 James Walmsley
Copyright (C) 2021 Vital Element Solutions LtdPermission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.```