| 注册
请输入搜索内容

热门搜索

Java Linux MySQL PHP JavaScript Hibernate jQuery Nginx
ElviraReede
8年前发布

Time is money, right? A time tracking Node.js commandline app

来自: https://github.com/s-a/time-track

timeTrack - A time tracking commandline app

Time is money, right? A few things that aims to help tracking your time.

Installation

npm install time-track -g

Usage

 Usage: tt|time-track [options]      Options:        -h, --help                        output usage information      -V, --version                     output the version number      -l, --list                        list available projects      -s, --switch [project]            create or switch to a given project name      -i, --info [date]                 check the tracked time today or by a given date DD.MM.YYYY      -S, --availableseconds [seconds]  set the available time for the current project in seconds      -M, --availableminutes [minutes]  set the available time for the current project in minutes      -H, --availablehours [hours]      set the available time for the current project in hours      -D, --availabledays [days]        set the available time for the current project in days      -o, --open                        open the app data folder      -O, --opensystem                  open the system data folder      -e, --edit                        open current project data storage json file in your editor      -E, --editsystem                  open system data storage json file in your editor      -r, --report [reporter]           reports tracked with a given reporter (reportername is optional and defaults to default-reporter.js)      -t, --timerange [MM.YYYY]         optional timerange for the reporter

Available time of a project per month

Internaly measured in seconds timeTrack need this information for a few reportings. You can set available time using the --available* parms. Keep in mind that this sets currently the available time of the current active project and the current month. If you want to change available time of another month then use --o to open the AppData folder and edit the .json files manualy.

todo:

  • add --format (output format) (currently the default report log csv data to console) tt -r > myreport.csv will write a csv file down to filesystem.

 本文由用户 ElviraReede 自行上传分享,仅供网友学习交流。所有权归原作者,若您的权利被侵害,请联系管理员。
 转载本站原创文章,请注明出处,并保留原始链接、图片水印。
 本站是一个以用户分享为主的开源技术平台,欢迎各类分享!
 本文地址:https://www.open-open.com/lib/view/open1455374081526.html
Node.js Node.js 开发