Skip to content

Commit afe51a7

Browse files
committed
feat: add clip tool for ipam
1 parent c584bc0 commit afe51a7

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

distributions/distributions.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -595,6 +595,17 @@ sources:
595595
install:
596596
type: direct
597597

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+
598609
clog-cli:
599610
description: Generate beautiful changelogs from your Git commit history
600611
url: https://github.com/clog-tool/

0 commit comments

Comments
 (0)