diff options
Diffstat (limited to '.local/bin/yc')
-rwxr-xr-x | .local/bin/yc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/yc b/.local/bin/yc index 3acfbcb..22ab872 100755 --- a/.local/bin/yc +++ b/.local/bin/yc | |||
@@ -3,6 +3,6 @@ | |||
3 | SCOPE=$(gum input --placeholder "scope") | 3 | SCOPE=$(gum input --placeholder "scope") |
4 | 4 | ||
5 | SUMMARY=$(gum input --value "$SCOPE: " --placeholder "summary of this change") | 5 | SUMMARY=$(gum input --value "$SCOPE: " --placeholder "summary of this change") |
6 | DESCRIPTION=$(gum write --placeholder "details of this change (<C-d> to finish)") | 6 | DESCRIPTION=$(gum write --placeholder "details of this change") |
7 | 7 | ||
8 | gum confirm "commit changes?" && yadm commit -m "$SUMMARY" -m "$DESCRIPTION" | 8 | gum confirm "commit changes?" && yadm commit -m "$SUMMARY" -m "$DESCRIPTION" |