Auto Launch

Auto launch any application or executable at startup. Supports Windows, Mac (via AppleScript or Launch Agent), and Linux.

Usage

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<()> {...} } ```

Todos

License

MIT License. See the License file for details.

Acknowledgement

The project is based on node-auto-launch.