mirror of
https://github.com/wnagrodzki/SublimeMergeToolkit.git
synced 2025-05-03 17:42:06 +02:00
25 lines
No EOL
549 B
Text
25 lines
No EOL
549 B
Text
[
|
|
{
|
|
"caption": "Open Repository in Finder",
|
|
"command": "open_dir",
|
|
"args": {
|
|
"dir": "$working_dir"
|
|
}
|
|
},
|
|
{
|
|
"caption": "Open .gitignore in Editor…",
|
|
"command": "open_in_editor",
|
|
"args":
|
|
{
|
|
"path": "${working_dir}/.gitignore",
|
|
"default": ""
|
|
}
|
|
},
|
|
{
|
|
"caption": "Open Repository in Terminal",
|
|
"command": "git",
|
|
"args": {
|
|
"argv": ["openterminalatpath", "$working_dir"]
|
|
}
|
|
}
|
|
] |