Contents

mat1th/unlocker

A tool to unlock your macbook lock screen from the command line. This is mostly useful when connecting remotely to a

Installation

Using curl:

curl -L https://github.com/mat1th/unlocker/releases/download/<current version>/unlocker.zip -o unlocker.zip
unzip unlocker.zip
chmod 775 unlocker

Usage

This tool should be installed on the device you want to unlock.

Command Line

OVERVIEW: Control locking and unlocking of your device using the command-line.

USAGE: unlocker <subcommand>

OPTIONS:
  --version               Show the version.
  -h, --help              Show help information.

SUBCOMMANDS:
  unlock                  Unlock your machine (will ask for your password to unlock)
  lock                    Lock your machine

  See 'unlocker help <subcommand>' for detailed help.

Development

Open the package.swift file in xcode to open the project.

Integrate `UnlockerCore`

The logic for locking and unlocking the lock screen of macos can be found in the UnlockerCore package witch can be included in your own project

License

GNU GENERAL PUBLIC LICENSE licensed.

Package Metadata

Repository: mat1th/unlocker

Default branch: master

README: README.md