Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What to do with "leftover" pomodoros? #38

Open
PaulOstazeski opened this issue Sep 17, 2020 · 2 comments
Open

What to do with "leftover" pomodoros? #38

PaulOstazeski opened this issue Sep 17, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@PaulOstazeski
Copy link

Let's say I start a task and I overestimate the time that task will take.

pomo start -p 10 "Do something for a long time"

But after 2 pomodoros have passed the task is complete. Can I mark the task as complete somehow so that pomo list does not show 8 red X-es ?

@kevinschoon
Copy link
Owner

I've thought of this before as well, and in the abandoned develop branch of pomo I wrote the functionality for it with the pomo edit command.

See the description below:

Usage: pomo edit [OPTIONS] ID


Edit an existing task

Examples:

# Remove pomodoros 2-4
pomo edit --remove 2:3 10


Arguments:
  ID                task identifier (default -1)

Options:
  -p, --parent      parent id (default -1)
  -d, --duration    pomodoro duration
  -a, --add         add n pomodoros (default 0)
  -m, --message     modify the task message
  -n, --note        add or modify notes
  -r, --remove      remove a subset of pomodoros between start:end
  -t, --truncate    truncate the task to it's current runtime
  -D, --done        mark the task as completed
  -T, --tag         add or modify an existing tag
  -R, --removeTag   remove existing tags

@kevinschoon kevinschoon added the enhancement New feature or request label Sep 17, 2020
@hijoe
Copy link

hijoe commented Dec 28, 2021

I've thought of this before as well, and in the abandoned develop branch of pomo I wrote the functionality for it with the pomo edit command.

See the description below:

Usage: pomo edit [OPTIONS] ID


Edit an existing task

Examples:

# Remove pomodoros 2-4
pomo edit --remove 2:3 10


Arguments:
  ID                task identifier (default -1)

Options:
  -p, --parent      parent id (default -1)
  -d, --duration    pomodoro duration
  -a, --add         add n pomodoros (default 0)
  -m, --message     modify the task message
  -n, --note        add or modify notes
  -r, --remove      remove a subset of pomodoros between start:end
  -t, --truncate    truncate the task to it's current runtime
  -D, --done        mark the task as completed
  -T, --tag         add or modify an existing tag
  -R, --removeTag   remove existing tags

I like this idea.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants