Skip to content

Commit e9180f1

Browse files
author
Bhavi Dhingra
committed
refactor(gshow): provide exact url of clipboard-cli installation
1 parent d9123b2 commit e9180f1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitcommitscopes

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ gadd
55
gbranchcreate
66
gcommit
77
gdiff
8+
gshow
89
header
910
init
1011
new-command

util/fzf_actions/__gshow_actions

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ function __gshow_actions() {
1212
__print_as "blue" "clipboard-cli"
1313
printf "%s\n\n" " is required to copy the commit SHA to the clipboard."
1414
printf "Please install from: "
15-
__print_as "blue" "https://github.com/sindresorhus/clipboard-cli"
15+
__print_as "blue" "https://github.com/sindresorhus/clipboard-cli#install"
1616
return
1717
fi
1818

0 commit comments

Comments
 (0)