rscherf / GitLink

Open your Sublime Text files on GitHub, Bitbucket, Gitlab or Codebase
http://ryan.sc
35 stars 25 forks source link

Add option to open git blame urls #20

Closed joseramonc closed 4 years ago

joseramonc commented 4 years ago

Functionallity for #12

Includes backwards compatibility for users that overrided the command and don't have "blame": false as an argument.

To open blame instead of the regular url we just need to set "blame": true as an argument of the keybinding

{ "keys": ["super+o"], "command": "gitlink", "args": {"line": true, "web": true, "blame": true } },
rscherf commented 4 years ago

v cool