Skip to content

Instantly share code, notes, and snippets.

View willnwalker's full-sized avatar
Branching out, but still keeping an eye on the main mast.

willnwalker

Branching out, but still keeping an eye on the main mast.
View GitHub Profile
@willnwalker
willnwalker / README.md
Last active July 28, 2025 20:10 — forked from xbeta/README.md
Mac Mini M4 2.4GHz wireless mouse interference fix (Keychron M3 USB-C dongle)

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example

@willnwalker
willnwalker / noVNCCopyPasteProxmox.user.js
Created September 8, 2024 22:02 — forked from amunchet/noVNCCopyPasteProxmox.user.js
Copy/Paste for noVNC Proxmox
// ==UserScript==
// @name noVNC Paste for Proxmox
// @namespace http://tampermonkey.net/
// @version 0.2a
// @description Pastes text into a noVNC window (for use with Proxmox specifically)
// @author Chester Enright
// @match https://*
// @include /^.*novnc.*/
// @require http://code.jquery.com/jquery-3.3.1.min.js
// @grant none