-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Describe the solution you'd like
I'm not sure exactly what the ergonomics would be for specifying which task to export, but it would be nice to type something like omm export <blah> and write the context of the task to stdout so it could be consumed by other things.
Is your feature request related to a problem? Please describe.
I'd just like to be able to more easily get the context notes of my task to stdout so I could then do other things with it. The example on my mind is to pipe it to the Jira CLI to add a comment.
Describe alternatives you've considered
Highlight, copy, and pate if I'm in an environment with mouse support.
Additional context
Add any other context or screenshots about the feature request here.
If I get the time I'll try to hack on this, but if someone else wants to implement it, go right ahead.
I would also understand if the request were rejected for some reason.