browse-at-remote icon indicating copy to clipboard operation
browse-at-remote copied to clipboard

open with gitlab without starting with `https://`

Open anupam312nwd opened this issue 3 years ago • 0 comments

Hi, I want to access custom gitlab repository to open with browser in gitlab. After adding the following line (add-to-list 'browse-at-remote-remote-type-regexps '("^gitlab.<custom>.com$" . "gitlab")) and it's working except that https:// needs to be removed from the website. So every time I open it remotely, I go to the address-bar and remove https:// manually from the beginning.

Is there a way to automate this? Thanks!

anupam312nwd avatar Feb 25 '22 17:02 anupam312nwd