Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 686 Bytes

File metadata and controls

28 lines (16 loc) · 686 Bytes

ChmodWizard

An app that through an easy-to-use UI generates ready-to-run chmod commands. Made with PyObjC and compatible with Mac OS X only.


🚀 Features

  • Generating chmod commands based on user input from a form
  • Outputting chmod commands on both numeric and symbolic format

🧪 Tested With

  • macOS 14

📦 Installation

You can simply double-click the launcher (Contents/MacOS/chmod_wizard_launcher).

📝 TODO

  • Add ls -l style output for making it easier to confirm that the permissions where properly applied
  • Add support for handling symbolic diffs
  • Include a script to generate a working .dmg for easier usage/installation.