summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* some more forgotten argumentsHEADmasterjluehrs22008-05-093-3/+4
|
* forgot some more $selfjluehrs22008-05-092-2/+2
|
* jifty doesn't support this yetjluehrs22008-05-091-6/+1
|
* add debugjluehrs22008-05-091-0/+25
|
* add feedbackjluehrs22008-05-091-0/+26
|
* add uploadjluehrs22008-05-091-0/+24
|
* add downloadjluehrs22008-05-091-0/+26
|
* add commentjluehrs22008-05-091-0/+29
|
* add commentsjluehrs22008-05-091-0/+30
|
* add describejluehrs22008-05-091-0/+30
|
* oops, forgot $selfjluehrs22008-05-091-2/+2
|
* add descriptionjluehrs22008-05-091-0/+32
|
* add givejluehrs22008-05-091-0/+26
|
* add declinejluehrs22008-05-091-0/+32
|
* add acceptjluehrs22008-05-091-0/+25
|
* add wont-completejluehrs22008-05-091-0/+25
|
* add will-completejluehrs22008-05-091-0/+25
|
* add a starts commandjluehrs22008-05-091-0/+26
|
* don't initialize the Net::HM object until we finally use itjluehrs22008-05-091-0/+1
|
* add a due commandjluehrs22008-05-091-0/+26
|
* add a priority commandjluehrs22008-05-091-0/+27
|
* add another alias for createjluehrs22008-05-091-1/+1
|
* add an untag commandjluehrs22008-05-091-0/+27
|
* add a tag commandjluehrs22008-05-091-0/+25
|
* add an undone commandjluehrs22008-05-091-0/+24
|
* add 'done' commandjluehrs22008-05-091-0/+25
|
* add a rename commandjluehrs22008-05-091-0/+25
|
* have the base command class pass in the arguments to the command as a list ↵jluehrs22008-05-096-12/+11
| | | | instead of an arrayref
* add a delete commandjluehrs22008-05-091-0/+30
|
* add some more command aliasesjluehrs22008-05-092-1/+3
|
* grammar fixjluehrs22008-05-091-1/+1
|
* add 'braindump' commandjluehrs22008-05-091-0/+25
|
* add 'list' commandjluehrs22008-05-091-0/+23
|
* add 't' as an alias for 'todo'jluehrs22008-05-091-0/+2
|
* add todo commandjluehrs22008-05-091-0/+27
|
* add some basic pod to get the command listing displaying some useful informationjluehrs22008-05-091-0/+6
|
* it's confusing to have the default error message act like you typed 'hm ↵jluehrs22008-05-091-0/+2
| | | | help' rather than just 'hm'
* add a base class implementation of command() that just throws a usage errorjluehrs22008-05-091-0/+4
|
* don't let MooseX::Getopt use our hm object as a command line optionjluehrs22008-05-091-1/+2
|
* apparently App::Cmd will lc the package name for usjluehrs22008-05-081-1/+1
|
* move more work into the command base classjluehrs22008-05-082-3/+18
|
* remove debugging stuffjluehrs22008-05-081-3/+0
|
* make stuff immutablejluehrs22008-05-083-0/+3
|
* duh...jluehrs22008-05-082-2/+2
|
* initial framework, the create command worksjluehrs22008-05-085-0/+228