Auto launch any application or executable at startup. Supports Windows, Mac (via AppleScript or Launch Agent), and Linux.
Tha API looks roughly like this:
```rust impl AutoLaunch { fn new(...) -> AutoLaunch {...}
fn enable(&self) -> io::Result<()> {...}
fn disable(&self) -> io::Result<()> {...}
fn is_enabled(&self) -> io::Result<()> {...} } ```
MIT License. See the License file for details.
The project is based on node-auto-launch.