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

end day #86

Closed
joshuamwolfe opened this issue Sep 21, 2020 · 3 comments
Closed

end day #86

joshuamwolfe opened this issue Sep 21, 2020 · 3 comments

Comments

@joshuamwolfe
Copy link

In short, end the day, and keep track of the current task, if any.

So I just started using this. Forgive me if I missed it. What happens if you want to end tracking time before your done with your current task?

@silvus
Copy link
Contributor

silvus commented Sep 22, 2020

Duplicate of issue #1?

Current task is include in report, you could exclude it with the flag --no-current-activity.

Exemple without flag:

utt report
Working Time: 2h53 (2h26 + 0h27)
Break   Time: 0h09

----------------------------------- Projects -----------------------------------
                                                                                
(0h27)     : -- Current Activity --                                             
(2h26) projectA: something                                                        
                                                                                
---------------------------------- Activities ----------------------------------
                                                                                
(0h27)     : -- Current Activity --                                             
(2h26) projectA: something                                                        
                                                                                
(0h09) : break **                                                               
[...]

Exemple with flag:

utt report --no-current-activity
Working Time: 2h26
Break   Time: 0h09
----------------------------------- Projects -----------------------------------
                                                                                
(2h26) projectA: something                                                        
                                                                                
---------------------------------- Activities ----------------------------------
                                                                                
(2h26) projectA: something                                                        
                                                                                
(0h09) : break **                                                               
[...]

@joshuamwolfe
Copy link
Author

That makes sense. I appreciate the response.

@joshuamwolfe
Copy link
Author

I'm okay with the issue being closed.

@larose larose closed this as completed Sep 24, 2020
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

3 participants