You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Although commit message suggestions are displayed, I have to type a similar message from scratch.
Describe the solution you'd like
I think commit message suggestions are a cool feature!
I think it would be more convenient if, when entering a message similar to the suggestion, you could accept the suggestion first and then modify part of the wording.
This would help:
Maintain consistency in commit messages (effectively preventing typos or inconsistencies in phrasing)
Reduce the amount of typing when entering commit messages, making it easier to generate concise messages
As an example, when prompted for input, you could type a specific key (e.g., Tab or Right key) to accept the suggestion and allow further editing, which would produce the behavior I envision.
Describe alternatives you've considered
None.
Additional context
I think this is a great tool! I would love to use it actively, so I’m submitting a few feature requests.
While I suggested accepting suggestions as-is, there might be further improvements:
The cursor movement seems limited to moving one line up or down. It might be useful to add ctrl+a (move to the beginning) and ctrl+e (move to the end) functionality.
Currently, only one suggestion is displayed, but it would be great to have the ability to show multiple suggestions (perhaps by switching between them using the ↓↑ keys).
After answering the final question, a confirmation prompt asking if the input is correct could be helpful, allowing the user to review the final message like czg
~/.local/share/chezmoi % czg
[email protected]? Select the type of change that you're committing: feat: A new feature? Denote the SCOPE of this change (optional): empty? Write a SHORT, IMPERATIVE tense description of the change:[Infinity more chars allowed]x? Provide a LONGER description of the change (optional). Use "|" to break new line:? List any BREAKING CHANGES (optional). Use "|" to break new line:? Select the ISSUES type of change (optional): skip###--------------------------------------------------------###feat: x###--------------------------------------------------------###? Are you sure you want to proceed with the commit above? (Yneh) y>> Yes
Apologies for the feature requests.
I really liked this tool, so I thought of several feature ideas without considering the implementation complexity.
However, if any of them seem useful to you, I would be thrilled if you would consider them.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Although commit message suggestions are displayed, I have to type a similar message from scratch.
Describe the solution you'd like
I think commit message suggestions are a cool feature!
I think it would be more convenient if, when entering a message similar to the suggestion, you could accept the suggestion first and then modify part of the wording.
This would help:
As an example, when prompted for input, you could type a specific key (e.g., Tab or Right key) to accept the suggestion and allow further editing, which would produce the behavior I envision.
Describe alternatives you've considered
None.
Additional context
I think this is a great tool! I would love to use it actively, so I’m submitting a few feature requests.
While I suggested accepting suggestions as-is, there might be further improvements:
ctrl+a
(move to the beginning) andctrl+e
(move to the end) functionality.↓↑
keys).czg
Apologies for the feature requests.
I really liked this tool, so I thought of several feature ideas without considering the implementation complexity.
However, if any of them seem useful to you, I would be thrilled if you would consider them.
The text was updated successfully, but these errors were encountered: