Skip to content

Instantly share code, notes, and snippets.

View WeeJeWel's full-sized avatar
🦄
Create, don't criticise

Emile Nijssen WeeJeWel

🦄
Create, don't criticise
View GitHub Profile
@WeeJeWel
WeeJeWel / backup-github-repos.sh
Created May 16, 2021 17:47
Backup all repositories from a GitHub Organization
#!/bin/bash
# This script backups all repositories in a GitHub Organization
# Required GitHub CLI & Git installed.
ORGANIZATION="athombv"
echo "Backing up $ORGANIZATION...";
gh repo list $ORGANIZATION --limit 99999 > repos.txt
@WeeJeWel
WeeJeWel / copy-elastic-beanstalk-env.js
Created November 20, 2020 09:51
Copy & Paste Elastic Beanstalk Environment Variables
javascript:navigator.clipboard.writeText(encodeURIComponent(JSON.stringify(angular.element(document.querySelector('.properties-table')).scope().environmentVariables.collection.reduce((obj, item) => ({ ...obj, [item.optionName]: item.value, }), {}))))
@WeeJeWel
WeeJeWel / jammer.user.js
Last active March 23, 2020 16:25
Beetje jammer dit
// ==UserScript==
// @name Jammerlijk
// @version 1.0
// @description Beetje jammer userscript
// @author WeeJeWel
// @match https://tweakers.net/
// @grant none
// ==/UserScript==
(function() {