Skip to content

Instantly share code, notes, and snippets.

View greglamb's full-sized avatar

Greg Lamb greglamb

View GitHub Profile
@greglamb
greglamb / Claude Code Status Bar.md
Last active August 7, 2026 02:43
Claude Code Status Bar

Emoji Legend

⏰ Current Time

🤖 Current Model

💪 Effort Level

🧠 Model Context

@greglamb
greglamb / claude-plugin-scope-fix.sh
Created March 25, 2026 20:46
Claude Code Plugin Scope Fix - Warning: Untested
#!/usr/bin/env bash
# claude-plugin-scope-fix.sh
#
# Workaround for Claude Code plugin scope bug (anthropics/claude-code#29240)
#
# When a plugin is installed at project/local scope, Claude Code's UI shows it
# as "Installed" globally, blocking reinstallation at a different scope or in
# other projects. This script manually edits the registry and settings files
# to promote, add, or fix plugin scope entries.
#

💾 📕 AI Development

🔸 gnote


📕🔽

📂 Discussion threads worth tracking

@greglamb
greglamb / iterm2.md
Created June 7, 2025 17:51 — forked from squarism/iterm2.md
An iTerm2 Cheatsheet

Tabs and Windows

Function Shortcut
New Tab + T
Close Tab or Window + W (same as many mac apps)
Go to Tab + Number Key (ie: ⌘2 is 2nd tab)
Go to Split Pane by Direction + Option + Arrow Key
Cycle iTerm Windows + backtick (true of all mac apps and works with desktops/mission control)
{
"BZ2": {
"name": "UAP",
"names": {
"abbreviation": "UAP",
"fullName": "Access Point",
"sku": "UAP"
},
"type": "uap",
"compliance": {
@greglamb
greglamb / fixvscodemarkdown.css
Created July 9, 2024 21:04
fix vscode markdown
.contains-task-list li {
margin-left: 0px !important;
}
@greglamb
greglamb / google-domains-dynamic-dns-update.sh
Created April 15, 2023 21:26 — forked from cyrusboadway/google-domains-dynamic-dns-update.sh
Script to update a Google Domains DNS record
#!/bin/bash
### Google Domains provides an API to update a DNS "Syntheitc record". This script
### updates a record with the script-runner's public IP, as resolved using a DNS
### lookup.
###
### Google Dynamic DNS: https://support.google.com/domains/answer/6147083
### Synthetic Records: https://support.google.com/domains/answer/6069273
USERNAME=""
Link to Latest Teams Download
https://github.com/ItzLevvie/MicrosoftTeams-msinternal/issues/6
https://raw.githubusercontent.com/ItzLevvie/MicrosoftTeams-msinternal/master/defconfig2
URLs for the latest Public Developer Preview (R3.6 or P) build of Microsoft Teams:
Ring 0 Canary
Ring 1 Teams
Ring 1.5 IT Admins Preview (Beta)
@greglamb
greglamb / vsCodeOpenFolder.reg
Created July 10, 2020 18:23
Right click on Windows folder and open with Visual Studio Code
Windows Registry Editor Version 5.00
; Open files
[HKEY_CLASSES_ROOT\*\shell\Open with VS Code]
@="Edit with VS Code"
"Icon"="C:\\Users\\GLamb\\AppData\\Local\\Programs\\Microsoft VS Code\\Code.exe,0"
[HKEY_CLASSES_ROOT\*\shell\Open with VS Code\command]
@="\"C:\\Users\\GLamb\\AppData\\Local\\Programs\\Microsoft VS Code\\Code.exe\" \"%1\""