3 simple steps to keep your daily log π
May 3, 2019 23:00 Β· 177 words Β· 1 minute read
For me, it is important to keep track of daily tasks I do at work. And there are loads of tools π§ available to help you do that.
However most of the time, on your work machine / office laptop π», you do not have the privilege to install the tool of your choice.
So here, I just wanted to share a little-known simple & neat trick π¨, that I have been using more than a decade successfully which is built right into the Windowβs default Notepad app.
- Create a new text file ex: dailyLog.txt π
- Add the text .LOG (in uppercase) in the first line of the file, followed by Enter.
- πΎ Save the file and close it.
Now each time you open the file, Notepad appends the current timestamp β° to the bottom of the file and place cursor below it.
This cool tip was originally posted in one of MSDN blog on July 6 2006, by then a Microsoft employee Derek Dysart, in which he mentioned, this feature has been around since Windows 98.