ti
ti copied to clipboard
A simple command line time tracker.
Rationale: - oftentimes, I find that I need to interrupt a tasks days after I left it open: due to week-end or vacation or busy on other things. - being...
trying to add tag (Python 3.7.3) > File "/home/user/.local/bin/ti", line 438, in main() File "/home/user/.local/bin/ti", line 430, in main fn(**args) File "/home/user/.local/bin/ti", line 178, in action_tag ('s' if tag_count >...
the elements of argv are already str objects which are already considered decoded by python 3.5.2. This commit adds a try-except block for the AttributeError that is raised. This should...
Running ti inside GIT Bash with python 3.5.2 raises the above mentioned error. Apparently the str object has no decode function since it is already considered decoded `brac010@ISS16661 MINGW64 /h/timekeeping...
It would be really nice to have auto completion for selecting which task to start, ex: ti o m would list all task starting with "m"...
Maybe add it? :)
Hey, I wrote a bash completion for tab completing when you come back to old tasks. I find it useful, so I thought I'd do a pull request. It does...
It's kinda convenient to have it available on PIP. Is there a version in consideration?
It would be nice if we could use absolute times: ``` $ ti on work 08:00 $ ti fin work 12:00 ```
ti on projecta 30min ago ti fin 40min ago log shows 23hrs 50 min 28 sec as time for projecta