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
Thanks for building this! There's one issue that I think is a bug:
Expected behavior: When typing (at 2022/01/01, 14:34) unfog add test -d 2022-01-01 19:00 The expected output of unfog should be: ID |DESC |PROJECT |ACTIVE |DUE |WORKTIME bf2f |test | | |in 4 hours |
unfog add test -d 2022-01-01 19:00
unfog
Instead, the output is ID |DESC |PROJECT |ACTIVE |DUE |WORKTIME bf2f |test 19:00 | | |14 hours ago |
With the 19:00 moved to the DESC column instead of the DUE column.
This reproduces both in the VIM environment and directly in the command line.
The text was updated successfully, but these errors were encountered:
It may be because of the space between the date and the time. Can you please try to surround the full date with quotes?
Sorry, something went wrong.
No branches or pull requests
Thanks for building this! There's one issue that I think is a bug:
Expected behavior:
When typing (at 2022/01/01, 14:34)
unfog add test -d 2022-01-01 19:00
The expected output of
unfog
should be:ID |DESC |PROJECT |ACTIVE |DUE |WORKTIME
bf2f |test | | |in 4 hours |
Instead, the output is
ID |DESC |PROJECT |ACTIVE |DUE |WORKTIME
bf2f |test 19:00 | | |14 hours ago |
With the 19:00 moved to the DESC column instead of the DUE column.
This reproduces both in the VIM environment and directly in the command line.
The text was updated successfully, but these errors were encountered: