add osc (ANSI OSC52 clipboard escape sequence)

This commit is contained in:
Lockszmith (@kateryna) 2024-12-24 15:53:37 -05:00
parent f47d0d00ed
commit db54baf1b9
1 changed files with 12 additions and 0 deletions

View File

@ -64,6 +64,18 @@
{{- end -}}
{{- end }}
{{- with $repo := "theimpostor/osc" -}}
{{- with $version := (gitHubLatestRelease $repo).GetTagName -}}
{{- $_ := set $externals ".local/bin/osc" (dict
"type" "archive-file"
"url" (printf "https://github.com/%s/releases/download/%s/osc_linux_x86_64.tar.gz" $repo $version)
"path" "osc"
"executable" true
"refreshPeriod" $defaultRefresh
) -}}
{{- end -}}
{{- end }}
{{- $externals | toYaml }}
".config/sz.env/lib/ble.sh.curl":
type: "archive"