Created
March 27, 2014 23:33
-
-
Save russelldavis/9821571 to your computer and use it in GitHub Desktop.
Helpers for creating maniphest tasks (requires https://github.com/bloomberg/phabricator-tools)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
exec arcyon task-create "$@" -p normal --format-url --projects Product $PROJ | tee >(pbcopy) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
exec otask "$@" -o YOURNAME |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Example usage:
Creates a normal-priority task assigned to YOURNAME with three projects: "Payouts-v2", "Later", and "Product" (included via otask.sh). The task url will be in your clipboard on completion.