todoman icon indicating copy to clipboard operation
todoman copied to clipboard

Ability to show URL associated with task

Open jelmer opened this issue 6 years ago • 1 comments

It would be great if there was a way to view the URL associated with a task in todoman.

Better yet would be if there was some command to open the URL in a browser.

jelmer avatar Jun 02 '18 13:06 jelmer

Yeah, this doesn't sound like a big deal; todo show should include the url.

We don't actually show url anywhere, so we'd also have to include this in edit/etc. Summed up, we'd need to:

  • [ ] Add url to the model.
  • [ ] Add url to the cache.
  • [ ] Add url to new/edit.
  • [ ] Add url to show.
  • [ ] Add url to porcelain.

WhyNotHugo avatar Jun 02 '18 17:06 WhyNotHugo