Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maaku/relaunch
Relaunch is a crate for bundling and relaunching macOS applications, in order to access OS features that are only available to app bundles and not command-line applications.
https://github.com/maaku/relaunch
Last synced: 2 months ago
JSON representation
Relaunch is a crate for bundling and relaunching macOS applications, in order to access OS features that are only available to app bundles and not command-line applications.
- Host: GitHub
- URL: https://github.com/maaku/relaunch
- Owner: maaku
- License: mpl-2.0
- Created: 2023-03-08T03:03:38.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-21T20:05:43.000Z (4 months ago)
- Last Synced: 2024-10-12T20:47:10.520Z (3 months ago)
- Language: Rust
- Homepage: https://crates.io/crates/relaunch
- Size: 93.8 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# relaunch
![GitHub Actions](https://github.com/maaku/relaunch/actions/workflows/ci.yml/badge.svg)
Relaunch is a library crate for bundling and relaunching macOS applications, in order to access OS features that are only available to app bundles and not command-line applications.
For information on how to use `relaunch`, check out the [examples](examples) directory and the cargo docs.
The original idea for `relaunch` and a few implementation ideas come from the [fruitbasket][fruitbasket] crate by Trevor Bentley. This work represents a complete from scratch reimplementation of the idea, and is made available under the terms of the Mozilla Public License 2.0.
[fruitbasket]: https://crates.io/crates/fruitbasket