We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9123b2 commit e9180f1Copy full SHA for e9180f1
.gitcommitscopes
@@ -5,6 +5,7 @@ gadd
5
gbranchcreate
6
gcommit
7
gdiff
8
+gshow
9
header
10
init
11
new-command
util/fzf_actions/__gshow_actions
@@ -12,7 +12,7 @@ function __gshow_actions() {
12
__print_as "blue" "clipboard-cli"
13
printf "%s\n\n" " is required to copy the commit SHA to the clipboard."
14
printf "Please install from: "
15
- __print_as "blue" "https://github.com/sindresorhus/clipboard-cli"
+ __print_as "blue" "https://github.com/sindresorhus/clipboard-cli#install"
16
return
17
fi
18
0 commit comments