Closed yeKcim closed 3 years ago
Check your binary folder under local. It should be under ~/.local/bin
OK, right!
So, if your ~/.local/bin is not in your path, you just have to replace
ln -s `which taskwarrior_time_tracking_hook` ~/.task/hooks/on-modify.timetracking
by
ln -s ~/.local/bin/taskwarrior_time_tracking_hook ~/.task/hooks/on-modify.timetracking
Thanks.
It could be great to add this information in your readme (am I the only one without this dir in my path?)
I would be open to a PR that adds this info to the README. If you use --user
with pip install
often, then you likely have ~/.local/bin
in your path.