Be it a newbie programmer or the senior level developers, we tend to waste a lot of time.
So for those who automate things or use existing tools or services to save time. e.g. auto sync your files on desktop, git commit your code after work etc.
What are some of the tasks that programmers should do to automate and save time?
I wrote a script with node.js that automatically sets up my files for a new project. It not only gave me some practice with the node fs package but also saves me from typing touch and mkdir so many times.