GitToolBox
GitToolBox copied to clipboard
[new feature] Copy / open reference as git url
- As a gitoolbox user
- in order to share url to files across repos (e.g. in documentation),
- I would need to able to copy a file reference as a git url (e.g.
https://github.com/orange-cloudfoundry/osb-cmdb-ci/blob/master/scripts/clean-at-cf-environment.sh
orhttps://github.com/orange-cloudfoundry/osb-cmdb-ci/blob/128943c297947b6bc26f436f6cb3400593e0b5d5/scripts/clean-at-cf-environment.sh
for a permalink in the example below)
Currently the "copy as toolbox url" seems to copy a reference across git project (jetbrains://idea/navigate/reference?project=osb-cmdb-ci&path=scripts/clean-at-cf-environment.sh
in the example below)
Workaround: use github plugin to open the file in a browser, and copy the url from the address bar
There is also the GitLink plugin, which will add a Copy GitHub Link
to the context (i.e. right click) menu as well as the menu bar's View
menu.
Done for Github and Bitbucket Cloud & Server with Open / Copy link to file (and line in file). Also includes back-navigation - will be available in pro version of plugin.
Also includes back-navigation - will be available in pro version of plugin.
thanks @zielu ! Would you have a screenshot of back navigation available as a teaser ?
@gberche-orange looks like this: https://github.com/zielu/GitToolBox/wiki/Manual#repository-links - I'll adding more repo types soon.
Great feature !