https://github.com/daddye/arc-todo
create maniphests on phabircator from your editor
https://github.com/daddye/arc-todo
Last synced: 11 months ago
JSON representation
create maniphests on phabircator from your editor
- Host: GitHub
- URL: https://github.com/daddye/arc-todo
- Owner: DAddYE
- License: mit
- Created: 2016-12-05T19:18:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-16T00:37:50.000Z (over 8 years ago)
- Last Synced: 2025-05-14T13:18:44.820Z (about 1 year ago)
- Language: Go
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ARC-TODO
arc-todo is a pretty simple app that uses your `$EDITOR` to create maniphests on [phabricator](https://www.phacility.com/)
## Setup
### Install
From your command line:
```bash
go get -u github.com/DAddYE/arc-todo
```
You just need to set a:
1. Default editor
2. Default conduit url
### EDITOR
Make sure you have `$EDITOR` set up and the default conduit url.
Add in your `~/.bashrc` or `~/.bash_profile`:
```bash
export EDITOR=vim # or [1] subl (if you use sublime) or [2] code if you use vs code.
```
* [1] Setup vscode command: https://code.visualstudio.com/docs/setup/mac
* [2] Setup sublime command: https://www.sublimetext.com/docs/2/osx_command_line.html
### Conduit URL
From the command line:
```bash
$ arc set-config default https://
```
## License
MIT