summaryrefslogtreecommitdiffstats
path: root/pkg/gui/custom_commands.go
AgeCommit message (Expand)Author
2022-03-17refactor custom commands panelJesse Duffield
2022-03-17more consistent namingJesse Duffield
2022-03-17refactor controllersJesse Duffield
2022-03-17rename OSCommand field to osJesse Duffield
2022-03-17refactor contextsJesse Duffield
2022-03-17move context keys into context packageJesse Duffield
2022-03-17refactor contexts codeJesse Duffield
2022-03-17start moving commit panel handlers into controllerJesse Duffield
2022-03-17start refactoring guiJesse Duffield
2022-01-22add support for git bisectJesse Duffield
2022-01-09add some more lintersJesse Duffield
2022-01-09shorten nameJesse Duffield
2022-01-09trim down gitcommand struct some moreJesse Duffield
2022-01-07refactorJesse Duffield
2022-01-07simplify how we log commandsJesse Duffield
2022-01-04WIPJesse Duffield
2022-01-04align Gui struct with GitCommandJesse Duffield
2022-01-04WIPJesse Duffield
2021-08-09Add color functions to templates funcMapsElwardi
2021-08-07Support match colors in `labelFormat` entry in menuFromCommand promptsElwardi
2021-08-06Improve code qualitymjarkk
2021-08-06Show only labels in menuFromCommand promptsElwardi
2021-08-06Minor changes to menuFromCommand promptsElwardi
2021-08-05Make menuFromCommand format menu items and their descriptionElwardi
2021-07-30Switch to github.com/gookit/color for terminal colorsmjarkk
2021-07-22format codemjarkk
2021-07-22Add test for GenerateMenuCandidates from Custom CommandsElwardi
2021-07-20Refactor code around handleCustomCommandKeybindingElwardi
2021-07-19Better format error catching in menuFromCommand promptsElwardi
2021-07-19Consider first match only in menuFromCommand promptElwardi
2021-07-19Add option to format filter matches to menuFromCommand promptsElwardi
2021-07-18Apply suggestions from @mjarkk for menyFromCommandsElwardi
2021-07-18Add docs for menuFromCommand promptsElwardi
2021-07-18Add prompt type: menuFromCommandElwardi
2021-04-11add spans to i18nJesse Duffield
2021-04-11full coverage for logging commandsJesse Duffield
2021-04-10fix commit amendJesse Duffield
2021-04-06testJesse Duffield
2021-04-06use suspense rather than close the gui when switching to a subprocessJesse Duffield
2021-04-06get rid of these positively ghastly method signaturesJesse Duffield
2021-04-02file tree for commit filesJesse Duffield
2021-04-01shell out custom commandsJesse Duffield
2021-03-30support some more thingsJesse Duffield
2020-11-28refactor prompt optsJesse Duffield
2020-10-10type i18nJesse Duffield
2020-10-10remove viperJesse Duffield
2020-10-02allow adding a submoduleJesse Duffield
2020-09-29move models folder into commands folderJesse Duffield
2020-09-29move commit filesJesse Duffield
2020-09-29move stash panelJesse Duffield