Offers a very simple website to log your activities. Just say what you have done and it will be saved with a time stamp in a log file. Processing of this data is up to the user.
- Get Node.js online and install it or via your package manager
- Get the code
git clone https://github.com/DemonSpawn/WhatHaveIDone.git
- or get a zip-file
- change into the folder (
cd WhatHaveIDone
) - install dependencies:
npm install optimist express fs
run node server.js
to start the server, expected output:
WhatHaveIDone server listening on port 8081!
initialized new activities file activity.txt
now open your browser, connect to localhost:8081
and start logging! To get your own activities on the quick access buttons just modifiy the frequent.txt
file. One item in each line.
for the help dialog and more options run node server.js -h