dynamist / phabfive

A command line tool to interact with Phabricator
Apache License 2.0
4 stars 2 forks source link

List tasks as Markdown by search query #63

Open holmboe opened 23 hours ago

holmboe commented 23 hours ago

Proposed Functionality

We would like to have tasks listed based on a search query (e.g. assigned to me, etc.) printed out in a Markdown list.

The CLI subcommands/options/arguments is not clearly thought out so YMMV but here is an example:

An example:

$ phabfive maniphest query assigned holmboe
Henrik Holmboe:
* [T123](https://phabhost/T123) Asdf subject
* [T2276](https://phabhost/T2276) Lorem ipsum
* [T981](https://phabhost/T981) Foobar

Use Case

The use-case is to allow to copy-n-paste into a short-list of my tasks for daily standups.

holmboe commented 23 hours ago

As a side-note, the Markdown is going to be directly pastable into Google Docs: https://workspaceupdates.googleblog.com/2022/03/compose-with-markdown-in-google-docs-on.html