forked from lowlighter/metrics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.yml
81 lines (72 loc) · 1.95 KB
/
metadata.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
name: "⏰ WakaTime plugin"
category: social
description: This plugin displays statistics from your [WakaTime](https://wakatime.com) account.
examples:
default: https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.wakatime.svg
index: 7
supports:
- user
scopes: []
inputs:
plugin_wakatime:
description: Enable wakatime plugin
type: boolean
default: no
plugin_wakatime_token:
description: WakaTime API token
type: token
default: ""
plugin_wakatime_days:
description: Time range
type: string
values:
- 7
- 30
- 180
- 365
default: 7
plugin_wakatime_sections:
description: |
Displayed sections
- `time`: show total coding time and daily average
- `projects`: show most time spent project
- `projects-graphs`: show most time spent projects graphs
- `languages`: show most language
- `languages-graphs`: show languages graphs
- `editors`: show most used code editor
- `editors-graphs`: show code editors graphs
- `os`: show most used operating system
- `os-graphs`: show code operating systems graphs
type: array
values:
- time
- projects
- projects-graphs
- languages
- languages-graphs
- editors
- editors-graphs
- os
- os-graphs
default: time, projects, projects-graphs, languages, languages-graphs, editors, os
plugin_wakatime_limit:
description: Display limit (per graph)
type: number
default: 5
min: 0
zero: disable
plugin_wakatime_url:
description: |
WakaTime url
Also compatible with self-hosted instance ([wakapi](https://github.com/muety/wakapi))
type: string
default: https://wakatime.com
plugin_wakatime_user:
description: WakaTime username
type: string
default: current
preset: no
plugin_wakatime_languages_other:
description: Include other languages
type: boolean
default: no