Skip to content

5ouma/mli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

mli

πŸ“‘ Manage macOS Login Items

GitHub Release GitHub Downloads (all assets, all releases) Go Docs Go Report Card
GitHub code size in bytes GitHub repo size GitHub last commit GitHub commit activity
Test Release pre-commit.ci status



πŸ“₯ Installation

  • 🍺 Homebrew

    brew install 5ouma/formula/mli

  • 🐹 Go

    go install github.com/5ouma/mli@latest

  • 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'



πŸ‘Ÿ Getting Started

πŸ“‘ 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.



πŸ•ΉοΈ Commands

  • πŸ“‚ Load

    πŸ“‚ 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
    Load command GIF image generated by VHS

  • πŸ’Ύ Save

    πŸ’Ύ 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
    Load command GIF image generated by VHS
  • πŸ” Check

    πŸ” 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
    Check command GIF image generated by VHS



πŸ†˜ Help



🎽 Contributing

I happily welcome your contributions! Before you contribute, I would recommend reading CONTRIBUTING.md for a better development experience.



πŸ’‘ Inspired by