Use _NS_4445425547 or NS🐞 for enables debuggging panel. When enabled it, a ladybug 🐞 menu appears in the app menu bar.
“4445425547” means DEBUG in Unicode table.
0x44=D
0x45=E
0x42=B
0x55=U
0x47=G
| #if os(iOS) | |
| import CoreImage | |
| import CoreImage.CIFilterBuiltins | |
| import CoreText | |
| import UIKit | |
| /// A single-line UIKit label that transitions text one glyph at a time. | |
| /// | |
| /// The intrinsic content size follows the current text. Glyphs are laid out | |
| /// individually from the leading edge, which suits short strings such as |
| logprefs () { | |
| LOG_PROCESS="${*}" | |
| log stream \ | |
| --level debug \ | |
| --style compact \ | |
| --predicate '((process == "'"$LOG_PROCESS"'") AND (subsystem == "com.apple.defaults") AND (eventMessage contains[cd] "for key")) AND NOT ((eventMessage contains[cd] "AppleLanguages") OR (eventMessage contains[cd] "cursorIsCustomized") OR (eventMessage contains[cd] "AppleReduceDesktopTinting") OR (eventMessage contains[cd] "reduceMotion"))' \ | |
| | perl -ne 'printf "%-70s %-70s\n", $1, $2 if /key (\S+) .*?Domain: ([^,]+)/' | |
| } |
| # /// script | |
| # requires-python = ">=3.11" | |
| # dependencies = [ | |
| # "aiohttp", | |
| # "yarl", | |
| # ] | |
| # /// | |
| from __future__ import annotations | |
| import argparse |
| Category | Settings Page | URI Command | |
|---|---|---|---|
| Accounts | Access work or school | ms-settings:workplace | |
| Accounts | Email & app accounts | ms-settings:emailandaccounts | |
| Accounts | Family & other people | ms-settings:otherusers | |
| Accounts | Set up a kiosk | ms-settings:assignedaccess | |
| Accounts | Sign-in options | ms-settings:signinoptions | |
| Accounts | Sync your settings | ms-settings:sync | |
| Accounts | Windows Hello setup | ms-settings:signinoptions-launchfaceenrollment | |
| Accounts | Your info | ms-settings:yourinfo | |
| Apps | Apps & Features | ms-settings:appsfeatures |
| // | |
| // NSApplication+NSResponderDebug.swift | |
| // | |
| // Created by Stephan Casas on 3/18/24. | |
| // | |
| import Cocoa; | |
| extension NSApplication { | |
| Name | Shell Command Shortcut | |
|---|---|---|
| %UserProfile% | explorer "shell:::{59031a47-3f72-44a7-89c5-5595fe6b30ee}" | |
| %UserProfile%\Desktop | explorer "shell:::{B4BFCC3A-DB2C-424C-B029-7FE99A87C641}" | |
| %UserProfile%\Documents | explorer "shell:::{A8CDFF1C-4878-43be-B5FD-F8091C1C60D0}" | |
| %UserProfile%\Downloads | explorer "shell:::{088e3905-0323-4b02-9826-5d99428e115f}" | |
| %UserProfile%\Pictures | explorer "shell:::{24ad3ad4-a569-4530-98e1-ab02f9417aa8}" | |
| Add Network Location | explorer "shell:::{D4480A50-BA28-11d1-8E75-00C04FA31A86}" | |
| Additional Information | explorer "shell:::{C58C4893-3BE0-4B45-ABB5-A63E4B8C8651}\resultPage" | |
| Advanced Problem Reporting Settings | explorer "shell:::{BB64F8A7-BEE7-4E1A-AB8D-7D8273F7FDB6}\pageAdvSettings" | |
| Advanced sharing settings | explorer "shell:::{8E908FC9-BECC-40f6-915B-F4CA0E70D03D}\Advanced" |
| Name | Shell Command Shortcut | |
|---|---|---|
| 3D Objects | explorer "shell:3D Objects" | |
| AccountPictures | explorer "shell:AccountPictures" | |
| AddNewProgramsFolder | explorer "shell:AddNewProgramsFolder" | |
| Administrative Tools | explorer "shell:Administrative Tools" | |
| AppData | explorer "shell:AppData" | |
| AppDataDesktop | explorer "shell:AppDataDesktop" | |
| AppDataDocuments | explorer "shell:AppDataDocuments" | |
| AppDataFavorites | explorer "shell:AppDataFavorites" | |
| AppDataProgramData | explorer "shell:AppDataProgramData" |
| Windows Registry Editor Version 5.00 | |
| [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge] | |
| "ShowDownloadsToolbarButton"=dword:00000001 | |
| "ShowRecommendationsEnabled"=dword:00000000 | |
| "CopilotPageContext"=dword:00000000 | |
| "ShowAcrobatSubscriptionButton"=dword:00000000 | |
| "PersonalizeTopSitesInCustomizeSidebarEnabled"=dword:00000000 | |
| "Microsoft365CopilotChatIconEnabled"=dword:00000000 | |
| "NewTabPageContentEnabled"=dword:00000000 |
| type: vertical-stack | |
| cards: | |
| - type: horizontal-stack | |
| cards: | |
| - type: custom:mushroom-title-card | |
| title: Bambu Lab X1C | |
| alignment: start | |
| - type: custom:mod-card | |
| card: | |
| type: custom:mushroom-chips-card |