Skip to content

Shortcuts

Keys and shortcuts for various tools. For a more comprehensive guide on how to use keyboard shortcuts extensions in Markdown, see:

PyMdown Extensions

Here are some of the documented shortcuts that I use frequently:

gh repo create <repo> \
  --source=. \
  --remote=origin \
  --push \
  --public

gh repo edit \
  --visibility public \
  --accept-visibility-change-consequences