summaryrefslogtreecommitdiffstats
path: root/pkg/gui/services/custom_commands
AgeCommit message (Expand)Author
2024-05-20Add property outputTitle to CustomCommandStefan Haller
2024-05-19Add ahead/behind information for @{push}Stefan Haller
2024-05-19Rename Pushables/Pullables to AheadForPull/BehindForPullStefan Haller
2024-05-19Create shims for all model classes in SessionStateLoaderStefan Haller
2024-05-19Remove redundant variable dedeclarationsJesse Duffield
2024-04-22Switch git-todo-parser from fsmiamoto original repo to stefanhaller's forkStefan Haller
2024-04-18Remove ErrorMsgStefan Haller
2024-04-18Remove calls to Error()Stefan Haller
2024-04-12Support both Sha and Hash on commits in custom commandsStefan Haller
2023-07-30Standardise on using lo for slice functionsJesse Duffield
2023-07-30Add more worktree testsJesse Duffield
2023-07-13Allow checking for merge conflicts after running a custom commandJesse Duffield
2023-07-10Use an interface for tasks instead of a concrete structJesse Duffield
2023-07-09Use first class task objects instead of global counterJesse Duffield
2023-06-07Support authors and tags in custom command suggestions presetJesse Duffield
2023-05-29Support using command output directly in menuFromCommand custom command promptJesse Duffield
2023-05-29Support suggestions generated from command in custom commandsJesse Duffield
2023-05-29Add suggestionsPreset to custom commands systemJesse Duffield
2023-05-25Use sentence case everywhereJesse Duffield
2023-04-30appease linterJesse Duffield
2023-04-30lots of changesJesse Duffield
2023-04-30split context common from helper commonJesse Duffield
2022-11-25Resolve the prompt just before using itLuka Markušić
2022-10-02use lowercase 'quote' for consistency with existing custom command template f...Jesse Duffield
2022-09-30feat: allow `OSCommand.Quote` to be invoked within a custom commandRyooooooga
2022-09-17Add Key field to CustomCommandPrompt structMihai22125
2022-08-13fix CIJesse Duffield
2022-08-13introduce gui adapterJesse Duffield
2022-08-07move merge conflicts code into controllerJesse Duffield
2022-08-06refactor to only have one context per viewJesse Duffield
2022-07-31Add empty output message and refreshing to showOutputsportshead
2022-07-28Add showOutput option to custom commands (#1163)sportshead
2022-07-04feat: add confirm prompt for custom keybindingsMichael Mead
2022-05-08rename displayString to label for menu itemsJesse Duffield
2022-04-06chore: typo hunting ft. codespellcasswedson
2022-03-27add type alias for KeyJesse Duffield
2022-03-24many more genericsJesse Duffield
2022-03-17refactor custom commandsJesse Duffield