README.md in idonethis-cli-0.4.0 vs README.md in idonethis-cli-0.4.1

- old
+ new

@@ -43,9 +43,28 @@ ``` $ bin/idonethis new -m "Ricky Bizzness" ``` +### Add dones based on commit activity [alpha] + +``` +$ bin/idonethis git +Scanning dir </home/ben/sauce>, which has <1> repositories that have changed + +idonethis-cli (10): +-- [22:07] `idonethis git` prints an activity summary +-- [21:16] v0.4.0 +-- [21:16] Use raw text for CLI display +-- [21:14] Document `list week` +-- [21:12] Add build status icon +-- [21:09] Enable `rake` (runs tests) +-- [21:07] v0.3.0 -- `list week` +-- [21:06] Enable `idonethis list week` +-- [20:55] Refactor: simplified +-- [20:48] Refactor: extract function" + +``` ## 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.