Matthew Rothenberg

Results 42 issues of Matthew Rothenberg

Lower priority CLI cleanup. When an unknown opt is passed to lolcommits args at the command line, it should report an error of something like `--foo was not understood` and...

feature

Rounding out the missing CLI features... If not in a current git repository, simply echo back entire `--help` preamble. If in current git repository, echo out something like: ``` lolcommits...

feature

See some notes in #258, more to come later. Opening this now for discussion purposes.

refactor

As one of our core classes, this should be cleaned up and made controlled. Assigning to myself as a refactor. - [ ] Make sure all Git functionality is wrapped...

refactor

As one of our core classes, this should be cleaned up and made more understandable. - [ ] clean up documentation, variable names, etc. - [ ] make sure all...

refactor

I believe most of the usage is mac-centric, so having a homebrew package could reduce the amount of steps required for install (by making imagemagick a dependency, etc) and possibly...

architecture

They are the standards of the industry, but it's by far where most of the dependency chain comes from. Something that could be handled just via a ruby gem (ideally...

architecture

While the integration tests (which originally date back to when we were porting scmbreeze from Ruby) are fairly extensive, there is more of the codebase that could be successfully unit...

help wanted