This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"actions":[ | |
{ | |
"title":"Open Tweet", | |
"regex":"https?://(mobile\\.|www\\.|m\\.)?twitter\\.com/(@?[a-zA-Z0-9_]{1,15}/)?(status|i/web/status|statuses|i/topics/tweet)/(\\d+).*$", | |
"testInputs":[ | |
"https://twitter.com/zpower/status/588561590997352448", | |
"https://mobile.twitter.com/kiebk/status/599159327056863232?cn=cmVwbHk%3D&refsrc=email", | |
"https://twitter.com/i/web/status/814237378382622720", | |
"https://twitter.com/hamburger/statuses/221225038941126657", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<iframe src="https://muensterer.xyz" width="1920" height="1080" frameborder="0" style="border:0"></iframe> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Affinity Designer.app | |
Almighty.app | |
Arc.app | |
Asphalt9.app | |
AusweisApp.app | |
Bakery.app | |
BambuStudio.app | |
BetterTouchTool.app | |
Bitwarden.app | |
Bookmarks.app |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
-- 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 |