We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c584bc0 commit afe51a7Copy full SHA for afe51a7
1 file changed
distributions/distributions.yaml
@@ -595,6 +595,17 @@ sources:
595
install:
596
type: direct
597
598
+ clip:
599
+ description: A tool to copy content to the clipboard from anywhere.
600
+ url: https://gitlab.com/devopsworks/tools/clip
601
+ list:
602
+ type: gitlab-releases
603
+ url: https://gitlab.com/api/v4/projects/77909212/releases
604
+ fetch:
605
+ url: https://gitlab.com/devopsworks/tools/clip/-/releases/{{ .Version }}/downloads/binaries/clip-{{ .OS }}-{{ .Arch }}{{ .ExeExtension }}
606
+ install:
607
+ type: direct
608
+
609
clog-cli:
610
description: Generate beautiful changelogs from your Git commit history
611
url: https://github.com/clog-tool/
0 commit comments