Skip to content

Instantly share code, notes, and snippets.

View wd006's full-sized avatar
:copilot:
𝚠𝚍𝟢𝟢𝟼@πšπš’πšπš‘πšžπš‹:~$ πš πš‘πš˜πšŠπš–πš’

wd006

:copilot:
𝚠𝚍𝟢𝟢𝟼@πšπš’πšπš‘πšžπš‹:~$ πš πš‘πš˜πšŠπš–πš’
View GitHub Profile
@nodeblox
nodeblox / nealFunGuidanceCircle.js
Created April 27, 2026 19:49
neal.fun perfect cirlce cheat guidance circle (paste into browser console while playing)
document.querySelector("main").insertAdjacentHTML("afterbegin", '<div style="width:300px;height:300px;opacity:0.5;background:black;border-radius:50%;transform:translate(-50%,-50%);position:absolute;left:50%;top:calc(50% - 20px);pointer-events:none;"></div>');
@wd006
wd006 / macOS-New-Text-File-on-Right-Click-Menu.md
Created April 26, 2026 09:40
How to add a "New Text File" option to macOS right-click menu with Automator (No third-party apps needed)

How to Add a "New Text File" Option to macOS Right-Click Menu

One of the most missed features for users switching to macOS is the inability to right-click and create a blank text document. You don't need to buy third-party apps for this! We can build it easily using macOS's built-in Automator.

If untitled.txt already exists, it automatically creates untitled-1.txt, untitled-2.txt, etc., preventing any errors.

Here is the step-by-step guide on how to set it up.

Step 1: Create a New Quick Action with Automator

Open Spotlight (Cmd + Space), type Automator, and press Enter. Click on New Document.