xbarapp.com/templates/plugin.html
{{ define "title" }}{{ .Plugin.Title }} in your macOS menu bar{{ end }} {{ define "head" }} {{ end }} {{ define "body" }}
{{ range .Plugin.Authors }} {{ if .Name }} {{ if .GitHubUsername }}
{{ .Name }} (@{{ .GitHubUsername }} on GitHub)
{{ else }}
and {{ .Name }}
{{ end }} {{ end }} {{ end }} {{ if .Plugin.Desc }}
{{ .Plugin.Desc }}
{{ end }}
Requires xbar app
{{ if eq .Plugin.ImageURL "https://xbarapp.com/public/img/xbar-2048.png" }}
Can you help? —This plugin is missing an image. Please add one (via <xbar.image>...</xbar.image> metadata) to enhance this plugin's presence. View file on GitHub
{{ end }}
{{ range .Plugin.Files }}
{{ .Filename }}{{ .Content }}
{{ end }} {{ end }}