ttlogger

Time Tracking logging app

  • Owner: rodrigoreyes79/ttlogger
  • Platform:
  • License:: MIT License
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

TTlogger

Time Tracking logging app.

![TTLogger image]
(https://raw.githubusercontent.com/rodrigoreyes79/ttlogger/master/images/ttlogger.png)

Update: Mar 12, 2015

Version 0.2 is out and gone are the days of multiple windows!!!

TTLogger now opens only one window and allows you to enter your log for a specific time by selecting it from a select on top of the window. Give it a try!!!

How it works

The text entered is saved inside the same folder where TTLogger resides. The logged information will be saved as a simple text file.

![Folder image]
(https://raw.githubusercontent.com/rodrigoreyes79/ttlogger/master/images/folder.png)

Inside each file, each entry will start with the time of day the window was initially opened.

![Log file image]
(https://raw.githubusercontent.com/rodrigoreyes79/ttlogger/master/images/log.png)

Installation

  1. Download and install node-webkit on your computer following the instructions at https://github.com/rogerwang/node-webkit#downloads.
  2. Make sure to add the node-webkit executable to your path.
  3. Download or clone the repository.
  4. Go to the src folder and execute "nw ."
  5. Optional: Update CronJob configuration at the end of the src/js/app.js file.

Setup to run in OSX every hour

  1. Move nwjs.app to Applications folder.
  2. Open the terminal an run "crontab -e"
  3. Add this line in the editor
    1 * * * * open -a /Applications/nwjs.app/Contents/MacOS/nwjs --args /Users/username/<path_to_ttlogger/src/

This will run ttloger the first minute of every hour.

Main metrics

Overview
Name With Ownerrodrigoreyes79/ttlogger
Primary LanguageJavaScript
Program languageHTML (Language Count: 2)
Platform
License:MIT License
所有者活动
Created At2014-12-22 16:56:21
Pushed At2015-11-11 11:32:51
Last Commit At2015-11-11 06:32:50
Release Count2
Last Release Namev0.2 (Posted on 2015-03-13 09:37:18)
First Release Namev0.1 (Posted on 2015-03-08 11:00:34)
用户参与
Stargazers Count57
Watchers Count2
Fork Count2
Commits Count25
Has Issues Enabled
Issues Count2
Issue Open Count0
Pull Requests Count1
Pull Requests Open Count0
Pull Requests Close Count0
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private