This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Time Tracking Tool | |
#################### | |
# Simply writes dates/times/comments in a file. | |
# Each week has it's own file (e.g. ~/.ttt/2019-01.txt). | |
# | |
# ttt <comment>: add entry to current week's file | |
# tttt: output current week's file content with cat | |
# ttte: edit current week's file with vim | |
# tttp: pause |