Code Monkey home page Code Monkey logo

time-track's Introduction

time-track timeTrack - A time tracking commandline app

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

NPM Version Build Status Coverage Status Codacy Badge Dependency Status devDependency Status NPM Downloads Massachusetts Institute of Technology (MIT) Donate

Installation

npm install time-track -g

Demo

Demo

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

Write your own reporter

Currently the default reporter log csv data to console. tt -r > myreport.csv will write a csv file down to filesystem.
Check out the default reporter and create your own. Then use it with tt -r my-custom-reporter.js.

Available time of a project per month

Internaly measured in seconds a few reportings in timeTrack may need this information. 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.

time-track's People

Contributors

s-a avatar tobiasmuecksch avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.