aboutsummaryrefslogtreecommitdiffstats
path: root/commands
Commit message (Expand)AuthorAgeFilesLines
* implement label op+commandMichael Muré2018-07-183-2/+118
* all operations now have an author and a timestampMichael Muré2018-07-182-2/+12
* crude implementation of showMichael Muré2018-07-172-0/+75
* ls: add some colorsMichael Muré2018-07-171-1/+19
* add bug status + open/close commandsMichael Muré2018-07-175-5/+86
* implement pull/mergeMichael Muré2018-07-173-4/+66
* commands: sort commands by nameMichael Muré2018-07-161-2/+13
* add the infrastructure for an embedded web UI + commandMichael Muré2018-07-162-0/+38
* fix buildMichael Muré2018-07-162-2/+0
* rework the commands thing and add a "commands" command to list all commandsMichael Muré2018-07-167-47/+107
* add a "comment" commandMichael Muré2018-07-156-14/+87
* ls: better outputMichael Muré2018-07-151-1/+1
* list --> ls, silly !Michael Muré2018-07-152-4/+4
* add a primitive "list" commandMichael Muré2018-07-142-0/+37
* complete the storage/read process + tests (!)Michael Muré2018-07-141-2/+3
* fix push/pullMichael Muré2018-07-131-1/+1
* serialize a Bug to git as a blob+tree+commit+refMichael Muré2018-07-134-4/+5
* create the Bug structureMichael Muré2018-07-132-25/+10
* create the Snapshot type for a compiled bug operation logMichael Muré2018-07-121-1/+1
* store user info in the datastoreMichael Muré2018-07-121-0/+2
* add the new bug command with a very primitive bug datastructureMichael Muré2018-07-125-14/+191
* more experimentMichael Muré2018-07-123-0/+106