Lepton icon indicating copy to clipboard operation
Lepton copied to clipboard

Gitlab support , is there any chance?

Open The-Maize opened this issue 7 months ago • 2 comments

I have been using this software for years, but now have moved to gitlab and are looking for a tool for accessing and creating snippets on gitlab with out the need to access the site directly. thought it could be a useful addition to this tool, but if not, that's cool too :)

Cheers!

The-Maize avatar Dec 05 '23 11:12 The-Maize

Thanks for your support! Unfortunately I don't have a plan to add GitLab support in the near future since my major coding platform is GitHub. However, the authentication and gist APIs are abstracted in the following files. You should be able to swap them to GitLab's equivalent if you are interested. (I'm curious if Copilot or ChatGPT can accelerate the GitLab support)

https://github.com/hackjutsu/Lepton/blob/master/app/utilities/githubApi/index.js

hackjutsu avatar Dec 06 '23 06:12 hackjutsu

ill take a look at that for sure, cheers for letting me know :)

The-Maize avatar Dec 06 '23 07:12 The-Maize