mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-07 01:15:33 +00:00
9 lines
No EOL
257 B
Text
9 lines
No EOL
257 B
Text
{{range .}}{{
|
|
printf "%s\t%s\t%s\t%s\t%s\t%s\n"
|
|
(.number | printf "#%v" | autocolor "green")
|
|
.state
|
|
(.author.login | printf "%s" | autocolor "red")
|
|
.title
|
|
(.labels | pluck "name" | join "," | printf "%s" | autocolor "blue")
|
|
.createdAt
|
|
}}{{end}} |