summaryrefslogtreecommitdiffstatshomepage
path: root/commands/termui.go
Commit message (Expand)AuthorAge
* feat: update references to the git-bug organization (#1249)sudoforge2024-08-24
* fix(commands): create env.Env once for all Cobra commandsSteve Moyer2023-01-17
* commands: reorg into different packagesMichael Muré2022-11-20
* commands: proper backend close on RunE errorMichael Muré2021-05-09
* commands: open and close the backend in a single place, simplify commandsMichael Muré2020-06-28
* commands: refactor to avoid globalsMichael Muré2020-06-28
* commands: add a "tui" alias for "termui"Michael Muré2019-08-31
* commands: add a "." at the end of Short commands usageMichael Muré2019-03-01
* identity: some UX cleanupMichael Muré2019-03-01
* moved cleaner function to util/interruptRafael Passos2018-10-24
* Registering lock clearing functions to CleanerRafael Passos2018-10-23
* commands: don't load the repo for commands that don't need itMichael Muré2018-10-17
* make CLI commands use the cache to lock the repo properlyMichael Muré2018-08-31
* termui: PgUp & PgDown to pagine the bug list as wellMichael Muré2018-07-30
* wip terminal uiMichael Muré2018-07-30