-
πΊ Homebrew
brew install 5ouma/formula/mli
-
πΉ Go
go install github.com/5ouma/mli@latest
-
π GitHub Releases
curl -L "https://github.com/5ouma/mli/releases/latest/download/mli_$(uname)_$(uname -m).tar.gz" | tar -x 'mli'
gh release download -R='5ouma/mli' -p="mli_$(uname)_$(uname -m).tar.gz" tar -xf "mli_$(uname)_$(uname -m).tar.gz" 'mli'
π Manage macOS Login Items with JSON
Usage:
mli [command]
Available Commands:
check Check Login Items
help Help about any command
load Load Login Items
save Save Login Items
Flags:
-h, --help help for mli
-v, --version version for mli
Use "mli [command] --help" for more information about a command.
π Load Login Items from JSON file
Usage:
mli load [flags]
Flags:
--file string Load from this JSON file (default "./login_items.json")
-h, --help help for load
πΎ Save Login Items to JSON file
Usage:
mli save [flags]
Flags:
--file string Save to this JSON file (default "./login_items.json")
-f, --force Overwrite existing file
-h, --help help for save
π Check the Login Items are up-to-date
Usage:
mli check [flags]
Flags:
--file string Check Login Items from this JSON file (default "./login_items.json")
-h, --help help for check
β οΈ Issues: Feature Requests or Bug Reports- π¬ Discussions: General Chats or Questions
- π‘οΈ Security Advisories: Security Issues that should not be public
I happily welcome your contributions! Before you contribute, I would recommend reading CONTRIBUTING.md for a better development experience.