Sha256: 59564c2adc562601176b8d1938185e6cbb386f9636da4ee1e633667e940d61a1

Contents?: true

Size: 766 Bytes

Versions: 1

Compression:

Stored size: 766 Bytes

Contents

# TomatoHarvest
Command line pomodoro timer that logs to Harvest.

## 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.0.1 README.md