Files
ChocolateyPackages/EthanBrown.SublimeText2.GitPackages/tools/PackageCache/GitHubinator/Default.sublime-commands
2013-04-04 08:55:33 -04:00

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" }
}
]