(Feature Request) Copy github url of buffer file and put it in kill-ring. · Issue #387 · vermiculus/magithub · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have some a self defined command that puts the github URL of current buffer file into the kill-ring. Recently I started using magithub (thanks for the awesome work!) and it has a command magithub-browse-file which has similiar functionality but it opens the URL in a browser instead.
Can we separate the logic of constructing the url (maybe a function magithub-browse-file--get-url) so people can make use of its result?
The text was updated successfully, but these errors were encountered:
I have some a self defined command that puts the github URL of current buffer file into the kill-ring. Recently I started using magithub (thanks for the awesome work!) and it has a command
magithub-browse-file
which has similiar functionality but it opens the URL in a browser instead.Can we separate the logic of constructing the url (maybe a function
magithub-browse-file--get-url
) so people can make use of its result?The text was updated successfully, but these errors were encountered: