Skip to content

Instantly share code, notes, and snippets.

View airgap's full-sized avatar
🚝
Lost my train of thought

Nicole Muzzin airgap

🚝
Lost my train of thought
  • Linky, LLC
View GitHub Profile
// ==UserScript==
// @name Slack UUID Highlighter
// @namespace http://tampermonkey.net/
// @version 1.0
// @description Highlights UUIDs in Slack chats with colors based on their hash
// @match https://app.slack.com/client/*
// @grant none
// ==/UserScript==
(function() {
@airgap
airgap / example.txt
Last active May 30, 2024 00:04
Pull changes to all git repos in current folder
$ ./pulll
awaitx | Already up to date.
from-schema | Already up to date.
ftl | Already up to date.
use-future | Already up to date.
lyku | Already up to date.
dolphin | Already up to date.
@airgap
airgap / raycut.json
Created May 6, 2022 02:04
Karabiner mod mapping Caps Lock to Option+Space
{
"title": "caps -> option+space",
"rules": [
{
"description": "Change caps_lock to left_option+space",
"manipulators": [
{
"type": "basic",
"from": {
"key_code": "caps_lock"