CLI Time Card to keep record of time spent in tasks and activities.
Homebrew:
brew install gavasc/taps/tica
# Punchs in or out of a taks/activity
tica punch <task_name>
# Lists the tasks that are registered
tica list
# Deletes a specific task
tica delete <task_name>