Skip to content

lexrus/SwiftyMenu

Repository files navigation

SwiftyMenu

Swift SwiftUI AppKit macOS 14+ License @lexrus

AppStore

A powerful macOS Finder extension that adds customizable context menus to quickly open selected folders or files with your favorite applications and scripts.

swiftymenu

Structure

SwiftyMenuSync

The Finder Sync extension which represents the Finder menu and brings up the SwiftyMenuRunner via app scheme.

SwiftyMenu

The main interface of the configuration app. Built with SwiftUI.

SwiftyMenuRunner

We have to have this faceless app in order to share URL bookmarks between the configuration interface and the Finder Sync extension. It executes actual applications and scripts.

SwiftyMenuKit

The tool kit.

License

This code is distributed under the terms and conditions of the MIT license.