Ximobi

A command line gem for logging time and expense entries into Ximobi

Installation

$ gem install ximobi

Usage

Start a time entry like this:

$ ximobi time

You will be prompted to enter your email

$ Email: [your ximobi email]

Then you will be promptes to enter categories. Enter categories with a comma separated list:

$ Categories: One category, second category, third category

Then you will be prompted to enter the time:

$ Time: [hours or minutes]

Then you can enter a description:

$ Description:

Contributing

  1. Fork it
  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 new Pull Request