Skip to content

Instantly share code, notes, and snippets.

@theuves
Last active September 21, 2020 11:32
Show Gist options
  • Save theuves/b171bcb5439c040c41638f243330040e to your computer and use it in GitHub Desktop.
Save theuves/b171bcb5439c040c41638f243330040e to your computer and use it in GitHub Desktop.
Get the `git clone` command of all repositories from a GitHub page.
copy([...document.querySelectorAll('[data-hovercard-type=repository]')].map(link => `git clone ${link.href}.git`).join('\n'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment