Daily Shaarli

All links of one day in a single page.

February 14, 2026

bhagyas/app-urls

A long list of App URLs for iOS, macOS and Android

Platypus - Create Mac apps from command line scripts (and register them as custom URL handlers)

Platypus is a developer tool that creates native Mac applications from command line scripts such as shell scripts or Python, Perl, Ruby, Tcl, JavaScript and PHP programs. This is done by wrapping the script in a macOS application bundle along with an app binary that runs the script.

Platypus makes it easy to share scripts and command line programs with people who are unfamiliar with the shell interface. Native, user-friendly applications can be created with a few clicks. It is very easy to create installers, droplets, administrative applications, login items, status menu items, launchers and automations using Platypus.

relikd/URL-Scheme-Defaults

Change the default macOS application for a given URL scheme

Brand New Layouts with CSS Subgrid • Josh W. Comeau

Subgrid allows us to extend a grid template down through the DOM tree, so that deeply-nested elements can participate in the same grid layout. At first glance, I thought this would be a helpful convenience, but it turns out that it’s so much more. Subgrid unlocks exciting new layout possibilities, stuff we couldn’t do until now. ✨

macos - How to map a custom protocol to an application on the Mac? - Stack Overflow

I'm trying to register a custom protocol to an application on the Mac, i.e: User clicks on link with "abcdef://some/url/here".