https://github.com/lexrus/SwiftyMenu
The missing Finder menu for your daily ease
https://github.com/lexrus/SwiftyMenu
appkit finder-sync macos swiftui
Last synced: about 1 month ago
JSON representation
The missing Finder menu for your daily ease
- Host: GitHub
- URL: https://github.com/lexrus/SwiftyMenu
- Owner: lexrus
- License: mit
- Created: 2022-06-20T15:25:46.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-30T15:47:07.000Z (5 months ago)
- Last Synced: 2025-03-27T15:14:56.641Z (about 1 month ago)
- Topics: appkit, finder-sync, macos, swiftui
- Language: Swift
- Homepage: https://apps.apple.com/app/swiftymenu/id1567748223
- Size: 2.8 MB
- Stars: 327
- Watchers: 5
- Forks: 24
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-swift-macos-apps - SwiftyMenu - The missing Finder menu for your daily ease (Finder / Text)
- awesome-swift-macos-apps - SwiftyMenu - The missing Finder menu for your daily ease (Finder / Text)
README
# SwiftyMenu
[](https://swift.org/)
[](https://developer.apple.com/xcode/swiftui/)
[](https://developer.apple.com/xcode/swiftui/)
[](https://developer.apple.com/xcode/swiftui/)
[](https://twitter.com/lexrus)[
](https://apps.apple.com/app/swiftymenu/id1567748223)
> A nifty extension for Finder which presents a customizable menu to rapidly open selected folders or files with your favorite applications or scripts.

## 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 excutes actual applications and scripts.
### SwiftyMenuKit
The tool kit.
## License
This code is distributed under the terms and conditions of the MIT license.