This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:navigator.clipboard.writeText(encodeURIComponent(JSON.stringify(angular.element(document.querySelector('.properties-table')).scope().environmentVariables.collection.reduce((obj, item) => ({ ...obj, [item.optionName]: item.value, }), {})))) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Jammerlijk | |
// @version 1.0 | |
// @description Beetje jammer userscript | |
// @author WeeJeWel | |
// @match https://tweakers.net/ | |
// @grant none | |
// ==/UserScript== | |
(function() { |