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
When you press Control + a in the Files area, it will automatically request the AI to obtain a commit message, copy it to the clipboard, and then display it in a pop-up window.
Of course, the pbcopy here only works on macOS, if you are using another system, you may need to replace it with the corresponding clipboard tool.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
shell-ask
, a pure bash script AI toolsask set-config api_key sk-xxxx
, If you are using other AI providers, please check the document.ask install-plugin https://raw.githubusercontent.com/TBXark/shell-ask/master/plugins/commit.sh
When you press
Control + a
in theFiles
area, it will automatically request the AI to obtain a commit message, copy it to the clipboard, and then display it in a pop-up window.Of course, the
pbcopy
here only works on macOS, if you are using another system, you may need to replace it with the corresponding clipboard tool.Beta Was this translation helpful? Give feedback.
All reactions