aboutsummaryrefslogtreecommitdiffstats
path: root/termui/termui.go
Commit message (Expand)AuthorAgeFilesLines
* 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