Skip to content

SimpleActivityLogger (ever!) is a very simple tool to log your activities at work by using Win+R of windows

License

Notifications You must be signed in to change notification settings

faridprogrammer/SimpleActivityLogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

SimpleActivityLogger

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.

What is it?

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

How to install

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.

How to record a log

Press Win+R (Windows run window) and type the following

log "you log snippet"

For example: log "hello world!"

How to view logs

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!

About

SimpleActivityLogger (ever!) is a very simple tool to log your activities at work by using Win+R of windows

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published