hackjutsu / Lepton

💻 Democratizing Snippet Management (macOS/Win/Linux)
https://hackjutsu.com/Lepton
MIT License
10.16k stars 471 forks source link

Gitlab support , is there any chance? #545

Open The-Maize opened 11 months ago

The-Maize commented 11 months ago

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!

hackjutsu commented 11 months ago

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

The-Maize commented 11 months ago

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