{"id":19329419,"url":"https://github.com/jameswalmsley/phabrik","last_synced_at":"2026-05-08T10:35:36.529Z","repository":{"id":54758363,"uuid":"327682197","full_name":"jameswalmsley/phabrik","owner":"jameswalmsley","description":"A simple plugin for interacting with Phabricator tasks from Neovim / VIM","archived":false,"fork":false,"pushed_at":"2021-02-17T16:44:10.000Z","size":120,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-22T11:36:02.926Z","etag":null,"topics":["code-review","developer","developer-productivity","neovim","phabricator","phabricator-tasks","plugin","productivity","vim","workflow"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jameswalmsley.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-01-07T17:35:28.000Z","updated_at":"2022-06-10T16:44:07.000Z","dependencies_parsed_at":"2022-08-14T02:00:23.234Z","dependency_job_id":null,"html_url":"https://github.com/jameswalmsley/phabrik","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jameswalmsley/phabrik","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jameswalmsley%2Fphabrik","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jameswalmsley%2Fphabrik/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jameswalmsley%2Fphabrik/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jameswalmsley%2Fphabrik/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jameswalmsley","download_url":"https://codeload.github.com/jameswalmsley/phabrik/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jameswalmsley%2Fphabrik/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32776909,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["code-review","developer","developer-productivity","neovim","phabricator","phabricator-tasks","plugin","productivity","vim","workflow"],"created_at":"2024-11-10T02:28:08.380Z","updated_at":"2026-05-08T10:35:36.506Z","avatar_url":"https://github.com/jameswalmsley.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"```\n      ___      ___         ___                     ___                   ___\n     /  /\\    /__/\\       /  /\\       _____       /  /\\      ___        /__/|\n    /  /::\\   \\  \\:\\     /  /::\\     /  /::\\     /  /::\\    /  /\\      |  |:|\n   /  /:/\\:\\   \\__\\:\\   /  /:/\\:\\   /  /:/\\:\\   /  /:/\\:\\  /  /:/      |  |:|\n  /  /:/~/:___ /  /::\\ /  /:/~/::\\ /  /:/~/::\\ /  /:/~/:/ /__/::\\    __|  |:|\n /__/:/ /:/__/\\  /:/\\:/__/:/ /:/\\:/__/:/ /:/\\:/__/:/ /:/__\\__\\/\\:\\__/__/\\_|:|____\n \\  \\:\\/:/\\  \\:\\/:/__\\\\  \\:\\/:/__\\\\  \\:\\/:/~/:\\  \\:\\/:::::/  \\  \\:\\/\\  \\:\\/:::::/\n  \\  \\::/  \\  \\::/     \\  \\::/     \\  \\::/ /:/ \\  \\::/~~~~    \\__\\::/\\  \\::/~~~~\n   \\  \\:\\   \\  \\:\\      \\  \\:\\      \\  \\:\\/:/   \\  \\:\\        /__/:/  \\  \\:\\\n    \\  \\:\\   \\  \\:\\      \\  \\:\\      \\  \\::/     \\  \\:\\       \\__\\/    \\  \\:\\\n     \\__\\/    \\__\\/       \\__\\/       \\__\\/       \\__\\/                 \\__\\/\n\n```\n# Phabrik\n\nPhabrik is a toolkit for developers to interact with Phabricator. Its main focus is to\nallow developers to create and edit tasks without having to use the web-interface.\n\nIt further allows a streamlined workflow, and supports simple interactions with repositories\nand revisions.\n\nDIFF reviews can be completed entirely by annotating a diff in VIM, and thread comments\ncan be easily added to tasks and diffs.\n\n## Plugins\n\nPhabrik is a a standard VIM plugin, and python tool. The plugin is fully compatible with Neovim.\n\n## Current Features\n\nAllows users and modify and update tasks from VIM.\n\n  * Task titles, points, and assigned user can be updated using frontmatter.\n  * Task discussion threads.\n  * Comments can be added to a task discussion.\n  * Differentials are listed in the \"backmatter\" and can be previewed.\n  * DIFF status is displayed.\n  * DIFFs can be accepted.\n  * DIFFs can be reviewed.\n  * Comments can be added to a DIFF comment thread.\n\n## Install\n\n```\nPlug 'jameswalmsley/phabrik', {'do': ':call phabrik#install()'}\n```\n\n## Features\n\n  * Tasks\n    * View Task\n    * Read Task Comments\n    * Add new comments\n    * Read Task revisions.\n    * Change points\n    * View / Change assignee\n    * View Tags\n    * View Projects\n\n  * Revisions\n    * View Diffs\n    * Patch Diffs\n    * Accept Diffs\n    * Review Diffs\n\n\n```\nCopyright (C) 2021 James Walmsley \u003cjames@fullfat-fs.co.uk\u003e\nCopyright (C) 2021 Vital Element Solutions Ltd \u003cjames@vitalelement.co.uk\u003e\n\nPermission to use, copy, modify, and/or distribute this software for any\npurpose with or without fee is hereby granted, provided that the above\ncopyright notice and this permission notice appear in all copies.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES\nWITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF\nMERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR\nANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\nWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\nACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF\nOR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjameswalmsley%2Fphabrik","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjameswalmsley%2Fphabrik","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjameswalmsley%2Fphabrik/lists"}