Sha256: 49c69339afeede8a6fa2e22ffc7f626cc83af2f615fadf81b2b82d9a5530942a

Contents?: true

Size: 901 Bytes

Versions: 1

Compression:

Stored size: 901 Bytes

Contents

# TomatoHarvest
Command line pomodoro timer that logs to Harvest.

[![Code Climate](https://codeclimate.com/github/samuelreh/tomatoharvest.png)](https://codeclimate.com/github/samuelreh/tomatoharvest)

## Installation

    $ gem install tomatoharvest
    
Create a file called ~/.tomaconfig with options:
```yaml
  domain: myharvestdomain
  username: username
  password: password
  project: harvest project
  task: harvest task
```

## Usage

    $ toma add "Some Task I Have To Do"
    $ toma list
    $ toma start 1

## Contributing

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

## Credits
This application is heavily inspired by https://github.com/visionmedia/pomo.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tomatoharvest-0.1.0 README.md