Skip to content

Instantly share code, notes, and snippets.

View koad's full-sized avatar

Jason Zvaniga koad

View GitHub Profile
@koad
koad / kill-all-tabs.sh
Created August 9, 2025 02:58
A bash script that will destroy all your open tabs, they remain in place so you can refresh them when needed.
#!/usr/bin/env bash
# ANSI color codes
GREEN='\033[0;32m'
CYAN='\033[0;36m'
YELLOW='\033[1;33m'
RED='\033[0;31m'
BLUE='\033[0;34m'
PURPLE='\033[0;35m'
NC='\033[0m' # No Color
@koad
koad / lenovo-t480-keyboard-shortcuts.md
Created August 9, 2025 03:17
This document contains setup instructions and keyboard shortcuts for a Lenovo T480 (1920x1080) laptop running Linux.
#!/usr/bin/env node
/**
* condom.js — guardrail for npm supply chain incident
* Exits if any known-compromised package@version is detected.
*/
const { execSync } = require("child_process");
const banned = {
"ansi-regex": "6.2.1",