Hey all,
I developed glsync, a CLI tool to sync all your LeetCode submissions to Github (and possibly any other Git client). Each solution will be committed based on its submission date on LeetCode.
You can create a custom repo on GitHub, and glsync will get all of your submissions from LeetCode and push it into this custom repo. It can also work with Gitlab and other Git repos.
I found a lack of similar tools that sync ALL of your submissions, not one at a time.
You can view and download it here: https://github.com/ahmed-e-abdulaziz/glsync
I created it because companies judge interviewees by how frequently they commit to Github. This can make time spent in LeetCode feel invisible to them, as it won't be visible on your GitHub profile.
I did this in about a week, so if you want more features, support other platforms, or encounter bugs, feel free to send me a message.
Top comments (0)