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

Subsume all Gist.vim functionality? #22

Open
rking opened this issue Dec 22, 2012 · 0 comments
Open

Subsume all Gist.vim functionality? #22

rking opened this issue Dec 22, 2012 · 0 comments

Comments

@rking
Copy link
Collaborator

rking commented Dec 22, 2012

There are a couple in here we could use, all related to managing existing gists:

https://github.com/vim-scripts/Gist.vim

  • Delete the gist (you need to have opened the gist buffer first).
    Password authentication is needed.

      :Gist -d
    
  • Fork the gist (you need to have opened the gist buffer first).
    Password authentication is needed.

      :Gist -f
    
  • Star the gist (you need to have opened the gist buffer first).
    Password authentication is needed.

      :Gist +1
    
  • Unstar the gist (you need to have opened the gist buffer first).
    Password authentication is needed.

      :Gist -1
    
  • Get gist XXXXX and add to clipboard.

    :Gist -c XXXXX
    
  • List your public gists.

    :Gist -l
    
  • List gists from user "mattn".

    :Gist -l mattn
    
  • List everyone's gists.

    :Gist -la
    
  • List gists from your starred gists.

    :Gist -ls
    
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

No branches or pull requests

1 participant