Skip to content
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

Add link shortening with --shorten / -s option #120

Closed
wants to merge 2 commits into from
Closed

Add link shortening with --shorten / -s option #120

wants to merge 2 commits into from

Conversation

dlo
Copy link
Contributor

@dlo dlo commented Nov 10, 2012

This commit gives gist the new ability to shorten gist URLs using GitHub's URL shortener, git.io. It adds two options on the command line (-s and --shorten) along with a gitconfig config called shorten.

If the shortening step fails, or if git.io is down, gist will just return the normal, unshortened version.

This commit gives gist the new ability to shorten gist URLs using
GitHub's URL shortener, git.io. It adds two options on the command
line (`-s` and `--shorten`) along with a gitconfig config called
`shorten`.

If the shortening step fails, or if git.io is down, gist will just
return the normal, unshortened version.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant