Open holmboe opened 2 months ago
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
The use-case is to allow to copy-n-paste into a short-list of my tasks for daily standups.
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
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:
Use Case
The use-case is to allow to copy-n-paste into a short-list of my tasks for daily standups.