this post was submitted on 24 Jan 2025
31 points (100.0% liked)
Programming
17980 readers
212 users here now
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Rules
- Follow the programming.dev instance rules
- Keep content related to programming in some way
- If you're posting long videos try to add in some form of tldr for those who don't want to watch videos
Wormhole
Follow the wormhole through a path of communities [email protected]
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I don't navigate the site at all.
I just use the commandline to push commits to repos.
For creating a new repo on sr.ht I have written a script that uses the GraphQL API (which is horribly documented in my opinion and required days of trial and error). It is not meant for general users and is specific to my needs, but anyone who is interesred can find it linked below.
If you want to use it, you have to run git init and do a commit first. Everything else should be explained in the help. The script does some other stuff that I wanted when migrating all my projects from github, which you should be able to easily modify.
https://clbin.com/EII4R
(unlicense)
Create a new repo locally.
Then to create a new remote repo, you can do this.
You'll get a message that says.
You forgot a small detail.
Afaik you can not change repo visibility this way (without using the web UI or the GraphQL API). So if the goal is to avoid the web UI you'd have to add a step (which you can read up on in the script I shared).
Same for the repo description (but maybe there is a git native way, idk).
Great write up otherwise, thank you!
but the question is about navigating to tickets
I would have known that if I had the attention span to read all that text from OP
have you tried bionic reader?