Deep work timer


This is a simplistic deep work tracker.

Instalation:

  1. After downloading, add final directory of this script to path so that it can be used everywhere (e.g. export PATH="$HOME/bin/dw-timer/:$PATH" in .bashrc)
  2. Make sure you have pandas installed (pip install pandas)
  3. Change the path also in the scripts (default is ~/bin/dw-timer, only in the first cd)
  4. Make sure you have /dev/null (creation: mknod /dev/null c 1 3 ; chmod 666 /dev/null)

Usage: