forked from lowlighter/metrics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.yml
113 lines (99 loc) · 2.72 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
name: ⏰ WakaTime
category: social
description: |
This plugin displays statistics from a [WakaTime](https://wakatime.com) account.
It is also compatible with self-hosted instances from [wakapi](https://github.com/muety/wakapi).
disclaimer: |
This plugin is not affiliated, associated, authorized, endorsed by, or in any way officially connected with [WakaTime](https://wakatime.com).
All product and company names are trademarks™ or registered® trademarks of their respective holders.
examples:
default: https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.wakatime.svg
index: 8
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_url:
description: |
WakaTime URL
Can be used to specify a [wakapi](https://github.com/muety/wakapi) instance
type: string
default: https://wakatime.com
plugin_wakatime_user:
description: |
WakaTime username
type: string
default: current
preset: no
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 used 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 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_days:
description: |
Time range
type: string
values:
- "7"
- "30"
- "180"
- "365"
default: 7
plugin_wakatime_limit:
description: |
Display limit (entries per graph)
type: number
default: 5
min: 0
zero: disable
plugin_wakatime_languages_other:
description: |
Other languages
type: boolean
default: no
plugin_wakatime_languages_ignored:
description: |
Ignored languages
type: array
format: comma-separated
default: ""
example: html, css, ...
plugin_wakatime_repositories_visibility:
description: |
Repositories visibility
Can be used to toggle private activity visibility
type: string
default: all
values:
- public
- all