Skip to content

Instantly share code, notes, and snippets.

View dnnsmnstrr's full-sized avatar
:shipit:

Dennis Muensterer dnnsmnstrr

:shipit:
View GitHub Profile
@dnnsmnstrr
dnnsmnstrr / index.html
Last active September 14, 2020 19:26 — forked from labnol/index.html
Website in iFrame
<iframe src="https://muensterer.xyz" width="1920" height="1080" frameborder="0" style="border:0"></iframe>
@dnnsmnstrr
dnnsmnstrr / apps.txt
Last active December 3, 2021 15:56
All the apps in my Applications folder
1Keyboard.app
2Touch.app
8BitDo Firmware Updater.app
Agantty.app
Alfred 4.app
AltServer.app
Ample Sound
Anki.app
AnyBar.app
ApplePiBaker.app
@dnnsmnstrr
dnnsmnstrr / script-runner.scpt
Last active October 12, 2019 09:13 — forked from melangue/script_launcher_plus.scpt
Script runner - asks for input first and shows folder prompt if no name is given
---
-- Script-Runner
---
-- set path to script folder
set _Path to ("PATH_TO_YOUR_SCRIPT_FOLDER")
set scriptInput to text returned of (display dialog "Enter name of script to run" default answer "" buttons "OK" default button "OK")
if scriptInput is equal to "" then
-- prompt user to choose a file from script folder