aboutsummaryrefslogtreecommitdiffstats
path: root/commands/ls.go
Commit message (Expand)AuthorAgeFilesLines
* reorganize package for a more idomatic goMichael Muré2018-09-111-4/+4
* ls: support expressing a query with flags as wellMichael Muré2018-09-101-3/+95
* cache: properly parse and clean qualifier with multi wordMichael Muré2018-09-101-1/+0
* ls: accept a query to sort and filter the listMichael Muré2018-09-091-2/+12
* cache: fix missed code path that should update the cacheMichael Muré2018-09-041-0/+1
* cache: provide a generic bug sorting functionMichael Muré2018-09-021-1/+1
* cache: provide sorted (id, creation, edit) list of bugsMichael Muré2018-09-021-12/+12
* make CLI commands use the cache to lock the repo properlyMichael Muré2018-08-311-0/+7
* cleanup go importsMichael Muré2018-08-131-0/+1
* bug: refactor to limit abstraction leak and to have a more reusable code for ...Michael Muré2018-07-231-14/+8
* generate markdown documentationMichael Muré2018-07-201-1/+1
* rework all the commands to use cobra as a parserMichael Muré2018-07-191-6/+10
* ls: add some colorsMichael Muré2018-07-171-1/+19
* add bug status + open/close commandsMichael Muré2018-07-171-1/+1
* implement pull/mergeMichael Muré2018-07-171-3/+3
* rework the commands thing and add a "commands" command to list all commandsMichael Muré2018-07-161-4/+3
* add a "comment" commandMichael Muré2018-07-151-3/+3
* ls: better outputMichael Muré2018-07-151-1/+1
* list --> ls, silly !Michael Muré2018-07-151-0/+36