SimpleDayLogger (ever!) is a very simple tool for windows platform to log your activities at work.
If you are using Scrum or other Agile frameworks at work to develop software. You may have been noticed that some times you do not remember what to say in daily meetings!
This tool can be used with windows run window (Win+R) to log your daily activities as very simple single-line snippets.
SimpleActivityLogger consists of two very simple batch file and a text file that is used as container for log snippets
log.bat: Records the log snippet
viewlog.bat: Helps you to view the log entries
log.txt: logs container
Installing the logger is very simple. Just copy the bat files and the text file from the Src
folder of repository and paste them where ever you want!
After the copy has been successful. Place batch files in windows path. By putting the batch files to windows path you will be able to use them globally. Check here
NOTE: viewlog.bat and log.txt should be at the same folder if you want to not change batch file source.
Press Win+R (Windows run window) and type the following
log "you log snippet"
For example: log "hello world!"
Press Win+R (Windows run window) and type the following (Remember that you need to put viewlog.bat file in the path environment variable)
viewlogs
Enjoy the simplicity!