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

Fix a bug causeing gist -c fails for xsel users. #151

Merged
merged 1 commit into from
Nov 3, 2013

Commits on Oct 31, 2013

  1. Fix a bug causeing gist -c fails for xsel users.

    Unlike `xclip`, calling `xsel` without any argument outputs the
    selection.
    In other words, `xclip` defaults to `xclip -i`,
    but xsel` defaults to `xsel -o`.
    
    Thus we should use `xsel -i` instead of `xsel` for copying the url
    to clipboard.
    weakish committed Oct 31, 2013
    Configuration menu
    Copy the full SHA
    cbf90e1 View commit details
    Browse the repository at this point in the history