aboutsummaryrefslogtreecommitdiffstats
path: root/commands/ls.go
Commit message (Collapse)AuthorAgeFilesLines
* switch to go-term-text to fix bad underflow for label renderingMichael Muré2019-11-031-14/+11
|
* ls: add labels color + formatting for commentsludovicm672019-10-281-5/+22
|
* finish the refactoring for the dedicated identifier typeMichael Muré2019-08-121-1/+1
|
* commands: ls fix CJK characters out of alignmentYongwen Zhuang2019-05-141-2/+3
| | | #85
* commands: fix ls not displaying the new Identities properlyMichael Muré2019-04-111-1/+13
|
* integrate actors and participant filters into ls and show commandsAmine Hilaly2019-04-051-7/+23
|
* Rebased and updated.Sladyn2019-03-021-5/+1
|
* Made requested changesSladyn2019-03-021-1/+5
| | | | Made changes to the doc files and remaining areas which required updation.
* ls.go:`git bug ls` should be fasterSladyn2019-03-021-16/+15
| | | | | | | | Added `Title` to BugExcerpt Added `TitleFilter` to `filter.go` Used BugExcerpt in `ls` command to improve performance. Closes https://github.com/MichaelMure/git-bug/issues/98
* commands: add a "." at the end of Short commands usageMichael Muré2019-03-011-1/+1
|
* identity: more progress and fixesMichael Muré2019-03-011-2/+2
|
* 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