rmuslimov / browse-at-remote

Browse target page on github/bitbucket from emacs buffers
232 stars 53 forks source link

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

Open anupam312nwd opened 2 years ago

anupam312nwd commented 2 years ago

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!