huytd / pomoday-v2

A keyboard only task management web app
https://pomoday.vercel.app
BSD 3-Clause "New" or "Revised" License
585 stars 69 forks source link

How is switch working #46

Closed deepDiverPaul closed 4 years ago

deepDiverPaul commented 4 years ago

First: This is a solution I was trying to find for a long time. Thank you very much for your effort!

Is the switch command implemented yet. It would be incredible if I could switch my timetracking to another task.

Many Thanks.

deepDiverPaul commented 4 years ago

Never mind. I thought parsing only the task id where i want to switch to is enough.

Actual working syntax to switch from task 8 to 3: sw 8 3

huytd commented 4 years ago

Yeah the thing is, we could have many running tasks at the same time, so we have to pass in a task we want to jump from.