Display the Github Gist with the GitHub CLI command.
There are already several Emacs packages with similar functionality, but they are frequently unavailable due to GitHub changes.
This package is simply built using Github's official command line tools, so it may be available for a long time in the future.
M-x list-gist
Key | Description |
---|---|
W | Open the Gist web page under the cursor |
E or Return | Edit the Gist under the cursor |
D or Delete | Delete the Gist under the cursor |
g | Run revert-buffer |
h | Run describe-mode |
n | Run next-line |
p | Run previous-line |
q | Run quit-window |
Function | Description |
---|---|
cli-gist-create |
Create a new Gist by gh gist create command |