- Mon 18 September 2023
- misc
- Alexis Métaireau
Creating a simple command line to post snippets on Gitlab
I'm trying to get away from Github, and one thing that I find useful is the gist utility they're providing. Seems that gitlab provides a similar tool. You can use it using python-gitlab: pipx install python-gitlab And then : gitlab snippet create --title="youpi" --file-name="snip.py" --content snip.py --visibility …