-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feature-request] browse-*from*-remote: given a url, open the file/line/commit it points to #62
Comments
I don't think it is possible, since in standard flow (from editor to ui) we can call |
What do you mean? All the information is there, the file is at |
Can you please explain how git root path can be found from URL in clipboard? |
Can you get the directory of the buffer where the "inverse browse-at-remote" command was called and then you do |
@verhovsky How to get right location of git root folder? |
You can't get it from the URL. You would get it from the location of the buffer I have open in Emacs when I run the inverse command. Just as you do now for the regular If I have repositories Additionally, if the remote url I'm trying to open doesn't exist in the |
Could this project support the inverse operation?
I have a URL in my clipboard
github.com/rmuslimov/browse-at-remote/blob/1a9392e9d1fad4e1aafb25b68b4e6857fde8f564/browse-at-remote.el#L39
and I want to open the file at that commit hash (or branch name) and at the line number in that URL in emacs.
The text was updated successfully, but these errors were encountered: