Code Monkey home page Code Monkey logo

git-timecost's Introduction

๐Ÿšจ The project has moved to a self-hosted git instance!
๐Ÿšจ Please use the new URL for an up-to-date version: https://code.apps.glenux.net/glenux/git-timecost

TimeCost for Git

Use git logs to give an estimation of spent time & costs of your projects.

Installation

Install the project with:

gem install timecost

Usage

To get the total time spent on your git project

$ git timecost

[...]

(1.36) 2012-12-31T11:15:31+01:00 - 2012-12-31T12:36:55+01:00
        * Glenn Y. Rolland <[email protected]>
          Fix filtering.
        * Glenn Y. Rolland <[email protected]>
          Time range extractor for git.

TOTAL: 3.36 hours

To get the time spent on your project since a given date

$ git timecost --after 2013-03-01
set date filter to >= 2013-03-01
(1.0) 2013-09-23T13:02:39+02:00 - 2013-09-23T14:02:39+02:00
        * Glenn Y. Rolland <[email protected]>
          Add support for import / export / merge of ranges.

TOTAL: 1.00 hours

For other possibilities

git timecost -h

Contributing

  1. Fork it ( https://github.com/glenux/timecost/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

git-timecost's People

Contributors

glenux avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

git-timecost's Issues

Use an in-memory database

The goal of this feature is to be able to keep associations & be able to make
request on them, without having to maintain a lot of different data structures.

I imagine i could just use ActiveRecords for Ranges & Commit but i fear its the
impact on the code. I would like to keep the codebase as clean as possible.

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.