Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Kyle-Ye/MenuHelper
速达 - 欲速亦可达
https://github.com/Kyle-Ye/MenuHelper
Last synced: about 1 month ago
JSON representation
速达 - 欲速亦可达
- Host: GitHub
- URL: https://github.com/Kyle-Ye/MenuHelper
- Owner: Kyle-Ye
- License: other
- Created: 2021-10-08T03:56:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-20T17:29:39.000Z (4 months ago)
- Last Synced: 2024-12-02T06:42:35.603Z (about 1 month ago)
- Language: Swift
- Homepage:
- Size: 3.09 MB
- Stars: 32
- Watchers: 4
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-swift-macos-apps - MenuHelper - Ye/MenuHelper?label=" /> - A Finder Extension to boost your productivity. (Finder / Text)
README
# MenuHelper
[![Swift 5.9](https://img.shields.io/badge/Swift-5.9-ED523F.svg?style=flat)](https://swift.org/)
[![SwiftUI](https://img.shields.io/badge/SwiftUI-✓-orange)](https://developer.apple.com/xcode/swiftui/)
[![macOS 14](https://img.shields.io/badge/macOS12-Compatible-green)](https://www.apple.com/macos/monterey/)
[![@Kyle-Ye](https://img.shields.io/badge/contact-%40Kyle--Ye-yellow.svg?style=flat)](https://twitter.com/KyleSwifter)MenuHelper is a Finder Extension App to improve your efficiency.
It presents a customizable menu to open selected folders or files with the applications you add.
![Menu Helper](MenuHelper/Assets.xcassets/AppIcon.appiconset/icon_256x256.png)
## Structure
### MenuHelper
The main UI of the configuration app. Built with SwiftUI.
### MenuHelperExtension
The Finder Sync extension code of MenuHelper.
### MenuHelperUITests
The UI Test code for MenuHelper
## Download
### Direct download on Github release
https://github.com/Kyle-Ye/MenuHelper/releases/
### Mac App Store Release
[![Download on Mac App Store](https://developer.apple.com/app-store/marketing/guidelines/images/badge-download-on-the-mac-app-store.svg "Download on Mac App Store")](https://apps.apple.com/us/app/menuhelper/id1609383899)
### Join Beta on TestFlight
[Join beta on TestFlight](https://testflight.apple.com/join/rubUwjFo)
> Mac App Store℠ and TestFlight® are trademarks of Apple Inc., registered in the U.S. and other countries.
## Report Issue
For developer side issue, please report issue on [MenuHelper repo](https://github.com/Kyle-Ye/MenuHelper)
For user side issue, please report issue on [MenuHelperApp repo](https://github.com/Kyle-Ye/MenuHelperApp)
## Other similar projects:
- https://github.com/lexrus/SwiftyMenu
- https://github.com/Ji4n1ng/OpenInTerminal> Special thanks to SwiftyMenu for inspiring me to build the project 🥰.
## License
FSL-1.1-MIT
See License.txt for details.