naggie / dstask

Git powered terminal-based todo/note manager -- markdown note page per task. Single binary!
https://calbryant.uk/blog/dstask-a-taskwarrior-alternative/
MIT License
793 stars 47 forks source link

GitHub repo import vs sync #153

Closed dixonge closed 2 years ago

dixonge commented 2 years ago

I successfully imported from GitHub, but have run into these problems:

  1. Issues imported as tasks, but the task lists inside the issues do not seem to be imported. Is this the expected behavior?
  2. If not, is there any way to bulk modify in dstask to make task summaries into project names?
  3. Which repo is the git sync feature supposed to work with? The one imported from, or a separate one?
naggie commented 2 years ago
  1. They should be in the task note. Dstask is git tasklist aware, and won't let you close a task with an incomplete tasklist
  2. No, however json output is available if you use a shell pipeline
  3. A separate one, usually; so long as it's dedicated.

Please re-open if this doesn't help.