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

"todo history" is scattered if there are details in todo(s) #12

Closed
dramon opened this issue Aug 23, 2018 · 1 comment
Closed

"todo history" is scattered if there are details in todo(s) #12

dramon opened this issue Aug 23, 2018 · 1 comment

Comments

@dramon
Copy link

dramon commented Aug 23, 2018

Todo history (132x24 terminal size) if there are some details attached.

$ todo history
id title                                created             start               deadline            priority context         status 
-- ------------------------------------ ------------------- ------------------- ------------------- -------- --------------- -------
 1 Install Webmin
Some details about... 2018-08-23 22:06:08                                                                         
 2 Install Samba                        2018-08-23 22:06:11                                                                         
 3 Install Squid
Or another proxy se... 2018-08-23 22:13:32                                                  web             DONE  

And if there is no detail text:

$ todo history
id title                                created             start               deadline            priority context         status 
-- ------------------------------------ ------------------- ------------------- ------------------- -------- --------------- -------
 1 Install Webmin                       2018-08-23 22:06:08                                                                         
 2 Install Samba                        2018-08-23 22:06:11                                                                         
 3 Install Squid                        2018-08-23 22:13:32                                                  web             DONE

Just don't print details on the same line as a title and everything will be OK.

@foobuzz
Copy link
Owner

foobuzz commented Sep 1, 2018

Hello,

Thank you for the report. I fixed this bug in version 3.1.3

@foobuzz foobuzz closed this as completed Sep 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants