0.0
No commit activity in last 3 years
No release in over 3 years
Time reporting gem for plain text todos
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 1.6
~> 10.0
~> 3.0
 Project Readme

Code Climate

TimeReport

Usage

To track time I spend on tasks I use plain text file and Vim. My report file looks like this:

27.06

6:20 - 7:30 Do this
7:30 - 8:50 Do that

26.06

...

after you run time_report in directory when you have your time report file (tasks.todo by default) you get calculated duration for each day:


02:30 # 27.06
01:10 # 6:20 - 7:30 Do this
01:20 # 7:30 - 8:50 Do that

04:40 # 26.06
...

Installation

Add this line to your application's Gemfile:

gem 'time_report'

And then execute:

$ bundle

Or install it yourself as:

$ gem install time_report

Contributing

  1. Fork it ( https://github.com/alovak/time_report/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