Skip to content

Instantly share code, notes, and snippets.

View icyerasor's full-sized avatar

icyerasor icyerasor

View GitHub Profile
@KarsonAlford
KarsonAlford / Clone All Repos
Last active December 4, 2025 13:46
gh-clone-all.ps1
# Install Github CLI
# winget install -e --id GitHub.cli
# Log into Github
# gh auth login
$clonePath = "c:/all"
$orgName = 'Your Org Name Goes Here!!!'
New-Item -ItemType Directory -Force -Path $clonePath
@valioDOTch
valioDOTch / Miro-Share-Project-Bookmarklet.js
Last active February 2, 2024 08:36
Miro share project board bookmarklet
/*
* Code for a bookmarklet to get a shareable link to Miro project
*
* installation: use the URL of this Gist on https://www.yourjs.com/bookmarklet/ to add a Bookmarklet to your browser bar.
*
* usage: click on the bookmarklet, after opening up a Miro project.
* it will add a link icon (🔗) on the right hand side of the project title (next to the ➕ plus icon)
* When you click on the link, a dialog appears that provides you with a URL to share in chats or emails.
* Be aware that this might break.
*