cdadar

timeTrack

timeTrack is a simple organizer to track your time. Just type in whatever you are doing right now and it will do the rest for you.

It can also work as a diary and a bookmark tool, something to record your random thoughts.

This is a work in progress and I would really appreciate some feedback. Please fill out the form below.

Install

Installation should be a breeze....

Step 1:
Download the latest version of PLT Scheme.

Step 2
Go to Github, click on download, and then the zip file.

Step 3
Unzip it and run

/path/to/mzscheme -r serve.scm

For windows users:

if you installed PLT Scheme in the default location,

click the Start menu
click on Run and type cmd (win xp) or  type cmd (vista and over)

change directory to the folder where you unzipped the program using cd command
eg.,

cd Desktop/alokthapa<tab>

just type <tab> and press enter, repeat the same thing again

cd alokthapa<tab> and enter
 
also type

dir

you should be able to see files like app.scm and main.scm

and then type

"C:\Program Files\PLT\MzScheme.exe" -r serve.scm

NOTE: if you're running it for the first time, it will take some time to download some dependencies.

Step 4

After you see something like

Server is ready at http://localhost:8765/ (ctrl-c to stop it).

go to localhost:8765

If you encounter any problem during the installation process, send me a feedback and I'll get back to you.

ScreenShot

Here's the screenshot of how the application will look like the first time you run it.


Feedback