Skip to content

Instantly share code, notes, and snippets.

@hudson155
hudson155 / git-check
Created January 25, 2018 15:27
Check all repos for cleanliness
#!/usr/bin/env bash
set -e
# List repositories
repos=$(find . -name ".git" | sed 's/^\.\/\(.*\)\/\.git$/\1/')
# Find longest repository name
longestName=0
while read -r repo; do
nameLength=${#repo}
@hudson155
hudson155 / plaid_categories.json
Created November 2, 2022 15:15 — forked from arbass22/plaid_categories.json
Plaid Categories
{
"categories": [
{
"category_id": "10000000",
"group": "special",
"hierarchy": [
"Bank Fees"
]
},
{