auto-launch 0.1.0

Auto launch any application or executable at startup. Supports Windows, Macos, and Linux.
Documentation

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:

impl AutoLaunch {
  fn new(...) -> AutoLaunch {...}

  fn enable(&self) -> io::Result<()> {...}

  fn disable(&self) -> io::Result<()> {...}

  fn is_enabled(&self) -> io::Result<()> {...}
}

Todos

  • test on Linux
  • test on Macos
  • test on Windows

License

MIT License. See the License file for details.

Acknowledgement

The project is based on node-auto-launch.