We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is your feature request related to a problem? Please describe. Right now there's no means of assigning a due date/time to tasks.
Describe the solution you'd like Allow for setting a due date on tasks and display this alongside them (ideally in a human readable format).
$ tb -t Do something tomorrow due:tomorrow $ tb -t Do something in 3 days due:3d $ tb My Board [0/4] 1. ☐ Pay bills (yesterday) 2. ☐ Team dinner (tomorrow) 3. ☐ Approve PR #270 (3 days)
The text was updated successfully, but these errors were encountered:
If this gets implemented, it should take PR #52 into account also. The --after flag has meaning for dateCreated and also dateDue.
--after
Sorry, something went wrong.
any updates on this?
No branches or pull requests
Is your feature request related to a problem? Please describe.
Right now there's no means of assigning a due date/time to tasks.
Describe the solution you'd like
Allow for setting a due date on tasks and display this alongside them (ideally in a human readable format).
The text was updated successfully, but these errors were encountered: