DEV Community

Discussion on: What's a new thing you've started using recently?

Collapse
 
onlyphantom profile image
Samuel Chan

taskwarrior.org/

I love it so much I even built a python package tool for it called TaskQuant (<7kb, incredibly lightweight and fast).

pip install taskquant
Enter fullscreen mode Exit fullscreen mode

It's a way to gamify todo a little more, by producing a scorecard on your "productivity" level over the days.

How did it get to 6.8kb? By using vanilla python. Numpy and Pandas alone are 250mb. With matplotlib and Scipy it gets to 508mb. So doing everything without dependencies does have its payoff! I made a video showing how exactly that's done!

Collapse
 
darkwiiplayer profile image
𒎏Wii 🏳️‍⚧️

Taskwarrior is indeed a pretty awesome tool.