Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

```
___ ___ ___ ___ ___
/ /\ /__/\ / /\ _____ / /\ ___ /__/|
/ /::\ \ \:\ / /::\ / /::\ / /::\ / /\ | |:|
/ /:/\:\ \__\:\ / /:/\:\ / /:/\:\ / /:/\:\ / /:/ | |:|
/ /:/~/:___ / /::\ / /:/~/::\ / /:/~/::\ / /:/~/:/ /__/::\ __| |:|
/__/:/ /:/__/\ /:/\:/__/:/ /:/\:/__/:/ /:/\:/__/:/ /:/__\__\/\:\__/__/\_|:|____
\ \:\/:/\ \:\/:/__\\ \:\/:/__\\ \:\/:/~/:\ \:\/:::::/ \ \:\/\ \:\/:::::/
\ \::/ \ \::/ \ \::/ \ \::/ /:/ \ \::/~~~~ \__\::/\ \::/~~~~
\ \:\ \ \:\ \ \:\ \ \:\/:/ \ \:\ /__/:/ \ \:\
\ \:\ \ \:\ \ \:\ \ \::/ \ \:\ \__\/ \ \:\
\__\/ \__\/ \__\/ \__\/ \__\/ \__\/

```
# Phabrik

Phabrik 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 Ltd

Permission 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.

```