aboutsummaryrefslogtreecommitdiffstats
path: root/termui/termui.go
Commit message (Expand)AuthorAgeFilesLines
* termui: avoid importing a whole package to check an errorMichael Muré2020-07-201-3/+5
* cache: replace the all-in-one query parser by a complete one with AST/lexer/p...Michael Muré2020-03-281-2/+3
* various cleanups suggested by golang-ciMichael Muré2020-02-081-2/+0
* termui: fix an excessive assumption about an error0.6.0Michael Muré2019-12-271-1/+3
* termui: migrate to awesome-gocui instead of the old fork I hadMichael Muré2019-11-031-3/+7
* termui: add colors for labelsludovicm672019-10-151-1/+2
* finish the refactoring for the dedicated identifier typeMichael Muré2019-08-121-1/+2
* fix everything following the hash-->id changeMichael Muré2019-08-081-4/+4
* cache: expose the operation when creating a new bugMichael Muré2019-06-161-1/+1
* github: fix 3 edge-case failuresMichael Muré2019-03-011-3/+3
* termui: use a forked gocui to fix large character handlingMichael Muré2018-12-251-1/+1
* Add labelSelect view for choosing labelsLuke Adams2018-10-041-10/+16
* Enable editing comments in the term uiLuke Adams2018-10-041-0/+36
* Make addCommentWithEditor accept a preMessageLuke Adams2018-10-041-1/+1
* termui: detect when the title is not changed and abort the operationMichael Muré2018-09-261-1/+5
* repo: split the Repo interface to avoid abstraction leak in RepoCacheMichael Muré2018-09-211-4/+4
* docs & cleaningMichael Muré2018-09-161-0/+1
* termui: allow to change the bug queryMichael Muré2018-09-111-0/+34
* termui: use Esc key to quit instead of 'q' to free it for a "query" featureMichael Muré2018-09-111-0/+2
* make CLI commands use the cache to lock the repo properlyMichael Muré2018-08-311-12/+5
* cache: maintain, write and load from disk bug excerptsMichael Muré2018-08-231-7/+11
* termui: fix a crash when a bug is created with an empty messageMichael Muré2018-08-171-6/+9
* termiu: show the bug after creationMichael Muré2018-08-171-6/+20
* fix some linting troubleMichael Muré2018-08-131-0/+1
* termui: implement push/pullMichael Muré2018-08-121-7/+7
* termui: add and remove labelsMichael Muré2018-08-121-3/+13
* termui: add the previous title in the template when editingMichael Muré2018-08-081-1/+1
* termui: implement addComment and setTitleMichael Muré2018-08-021-3/+69
* cache: some refactoringMichael Muré2018-08-021-1/+1
* termui: add a view to display a bugMichael Muré2018-08-011-3/+21
* termui: add a reusable error popup, use it for badly formated bug creationMichael Muré2018-07-311-15/+27
* termui: use the editor to create a new bugMichael Muré2018-07-311-78/+75
* termui: PgUp & PgDown to pagine the bug list as wellMichael Muré2018-07-301-1/+1
* vendor gocui on the master branch because of no release in a whileMichael Muré2018-07-301-0/+6
* termui: interactive and responsible list of bugsMichael Muré2018-07-301-12/+31
* wip terminal uiMichael Muré2018-07-301-0/+132