ttlogger

Time Tracking logging app

  • 所有者: rodrigoreyes79/ttlogger
  • 平台:
  • 许可证: MIT License
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

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.

主要指标

概览
名称与所有者rodrigoreyes79/ttlogger
主编程语言JavaScript
编程语言HTML (语言数: 2)
平台
许可证MIT License
所有者活动
创建于2014-12-22 16:56:21
推送于2015-11-11 11:32:51
最后一次提交2015-11-11 06:32:50
发布数2
最新版本名称v0.2 (发布于 2015-03-13 09:37:18)
第一版名称v0.1 (发布于 2015-03-08 11:00:34)
用户参与
星数57
关注者数2
派生数2
提交数25
已启用问题?
问题数2
打开的问题数0
拉请求数1
打开的拉请求数0
关闭的拉请求数0
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?