Skip to content

Instantly share code, notes, and snippets.

@Gavinok
Created December 18, 2022 23:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Gavinok/65cf5f4358770d44d1f7191aedf1082f to your computer and use it in GitHub Desktop.
Save Gavinok/65cf5f4358770d44d1f7191aedf1082f to your computer and use it in GitHub Desktop.
list gists easily using the gh cli client
(defun lists-gists ()
(interactive)
(call-process "gh" nil "*Gists*" nil "gist" "list"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment