Skip to content

Feature: Option to show SSH url for cloning a Gist #341

Open
@zachriggle

Description

@zachriggle

Thanks!

Thanks @defunkt for making such a great tool!

One thing that I've always wanted is the ability to easily update an existing Gist, without using the web UI.

Problem

Similar to #291 from 2018, I think it would be useful for Gist to have the ability to clone a URL.

The process of converting a Gist URL into a clone-able Git URL is simple. In fact, no conversion is needed for regular HTTPS clones -- but then pushing the changes back up is annoying because of HTTPS auth.

Suggestion

I suggest adding a new flag, --ssh that works with e.g. -l/--list. A separate idea might be to emit a full git clone git@... line that can by copy-pasted into the CLI.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions