aboutsummaryrefslogtreecommitdiffstats
path: root/commands/ls.go
Commit message (Collapse)AuthorAgeFilesLines
* moved cleaner function to util/interruptRafael Passos2018-10-241-2/+2
|
* Registering lock clearing functions to CleanerRafael Passos2018-10-231-0/+2
|
* commands: don't load the repo for commands that don't need itMichael Muré2018-10-171-1/+2
| | | | fix #67
* github: also pull users emailMichael Muré2018-10-071-1/+1
|
* commands: ls now accept queries without quoteMichael Muré2018-09-191-2/+3
|
* 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
| | | | fix #36
* 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
| | | | the UIs
* 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