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.
- Generating
chmod
commands based on user input from a form - Outputting
chmod
commands on both numeric and symbolic format
- macOS 14
You can simply double-click the launcher (Contents/MacOS/chmod_wizard_launcher
).
- 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.