browse-at-remote
browse-at-remote copied to clipboard
open with gitlab without starting with `https://`
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!