Skip to content

Instantly share code, notes, and snippets.

View msllrs's full-sized avatar

Matt Sellers msllrs

View GitHub Profile
@msllrs
msllrs / relay-v0.2.0.md
Last active March 16, 2026 01:36
relay v0.2.0 — early build

download relay v0.2.0


relay is a macOS menu bar app that captures your clipboard and voice notes into structured LLM prompts. hit the hotkey, copy things, talk through your context, and it assembles everything into a prompt you can paste anywhere.

install:

  1. open the DMG and drag relay to applications
  2. on first launch macOS will block it — go to system settings → privacy & security, scroll down, click open anyway
  3. it'll ask for microphone access — grant it for voice notes to work
@msllrs
msllrs / shadow-man.js
Created January 19, 2026 22:49
👤 Shadow Man - Export shadow effect styles to CSS
/**
* 👤 Shadow Man v1.6
* Export shadow effect styles to CSS
*
* Reads directly from Figma effect styles
* Supports multiple theme modes
*
* Usage: Paste into Figma's DevTools console (Cmd+Option+I)
*
* Author: @msllrs
@msllrs
msllrs / silhouette.js
Created January 17, 2026 23:16
🎭 Silhouette - Automatically generate Figma effect styles from shadow variables
/**
* 🎭 Silhouette v1.0
* Automatically generate Figma effect styles from shadow variables
*
* Combines individual shadow properties (x, y, blur, spread, color) into
* multi-layered effect styles with full variable binding across all modes.
*
* Features:
* - Auto-discovers all shadow groups under shadow/
* - Combines multiple shadows (insets, glows, levels) into single styles
@msllrs
msllrs / derailed.js
Created January 15, 2026 10:38
Hide Figma's new nav rail
/**
* 🚂 Derailed v1.0
* Hide Figma's new nav rail and reclaim your canvas space
*
* Toggle: Cmd+Shift+. (Mac) or Ctrl+Shift+. (Windows)
*
* Usage: Paste into Figma's DevTools console (Cmd+Option+I)
* Or save as a snippet in DevTools > Sources > Snippets
*
* Author: @msllrs
@msllrs
msllrs / index.html
Created March 13, 2013 18:02
A CodePen by Matt Sellers.
<section class="search">
<div>
<input type="text" placeholder="Search or enter your commands here" results="5"/>
<span class="clear"><img src="https://dl-web.dropbox.com/get/Persy/glass.png?w=8250aced"/></span>
</div>
</section>