A CLI for idonethis.

Usage

Configuration

Set up your token and team (find your token here):

$ bin/idonethis config user.token=7513375f96b158a5c42a1337f1025d4d76d1deb
$ bin/idonethis config user.team=benbiddington-personal

List dones

$ bin/idonethis list today
1    2015-09-21T04:42:21.832 -- Moved settings file into lib
2    2015-09-21T01:22:53.058 -- Some more refactoring
3    2015-09-21T01:13:00.111 -- [idone] Split adapters and use cases
4    2015-09-20T23:29:01.002 -- Some work in change contact (js)
5    2015-09-20T21:47:00.903 -- Do <code>backticks</code> work?
6    2015-09-20T21:46:00.053 -- Seems to work on windows, though we do get that gem warning &lt;Unresolved specs during Gem::Specification.reset&gt;

Add done

$ bin/idonethis new -m "Ricky Bizzness"

Development

After checking out the repo, run bin/setup to install dependencies. Then, run rake false to run the tests. You can also run bin/console for an interactive prompt that will allow you to experiment.

To install this gem onto your local machine, run bundle exec rake install. To release a new version, update the version number in version.rb, and then run bundle exec rake release, which will create a git tag for the version, push git commits and tags, and push the .gem file to rubygems.org.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/idonethis-cli.

License

The gem is available as open source under the terms of the MIT License.