aboutsummaryrefslogtreecommitdiffstats
path: root/commands/termui.go
Commit message (Collapse)AuthorAgeFilesLines
* fix(commands): create env.Env once for all Cobra commandsSteve Moyer2023-01-171-3/+1
| | | | Resolves #996
* commands: reorg into different packagesMichael Muré2022-11-201-6/+7
|
* commands: proper backend close on RunE errorMichael Muré2021-05-091-7/+6
|
* commands: open and close the backend in a single place, simplify commandsMichael Muré2020-06-281-14/+6
|
* commands: refactor to avoid globalsMichael Muré2020-06-281-15/+20
|
* commands: add a "tui" alias for "termui"Michael Muré2019-08-311-0/+1
|
* commands: add a "." at the end of Short commands usageMichael Muré2019-03-011-1/+1
|
* identity: some UX cleanupMichael Muré2019-03-011-1/+1
|
* 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-3/+4
| | | | fix #67
* make CLI commands use the cache to lock the repo properlyMichael Muré2018-08-311-1/+8
|
* termui: PgUp & PgDown to pagine the bug list as wellMichael Muré2018-07-301-1/+0
|
* wip terminal uiMichael Muré2018-07-301-0/+21