-
-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Optional Links #82
base: main
Are you sure you want to change the base?
Optional Links #82
Conversation
I think the workflow error is because I've updated some deps that may require go 1.17 because of build tag changes. |
Looks like |
You're right, already noticed that in other projects as well. Will try this out asap, thanks for the contribution! |
Signed-off-by: jolheiser <john.olheiser@gmail.com> # Conflicts: # go.mod # go.sum
Signed-off-by: jolheiser <john.olheiser@gmail.com>
Signed-off-by: jolheiser <john.olheiser@gmail.com>
Signed-off-by: jolheiser <john.olheiser@gmail.com>
Signed-off-by: jolheiser <john.olheiser@gmail.com>
Signed-off-by: jolheiser <john.olheiser@gmail.com>
Resolves #32
This PR looks for a non-empty environment variable called
GITTY_LINKS
to determine whether to print hyperlinks in the terminal.One thing I noticed is the longer link for branch names (and probably things like numbers, but I think those might be less common unless a repo is on the edge of new index numbers)
I could do some width-checking shenanigans, but I (personally) didn't think it would be worth the extra code checking.