22 lines
490 B
Plaintext
22 lines
490 B
Plaintext
[
|
|
{
|
|
"caption": "GitHubinator",
|
|
"command": "githubinator",
|
|
"args": { "permalink": false }
|
|
},
|
|
{
|
|
"caption": "GitHubinator Permalink",
|
|
"command": "githubinator",
|
|
"args": { "permalink": true }
|
|
},
|
|
{
|
|
"caption": "GitHubinator Blame",
|
|
"command": "githubinator",
|
|
"args": { "permalink": false, "mode": "blame" }
|
|
},
|
|
{
|
|
"caption": "GitHubinator Blame Permalink",
|
|
"command": "githubinator",
|
|
"args": { "permalink": true, "mode": "blame" }
|
|
}
|
|
] |