Created
December 18, 2022 23:31
-
-
Save Gavinok/65cf5f4358770d44d1f7191aedf1082f to your computer and use it in GitHub Desktop.
list gists easily using the gh cli client
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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