A small collection of useful shell scripts.
Use the searchable web catalog:
https://mac-tool.github.io/scripts/
The catalog lets you:
- Search scripts by name, tag, usage, or source code
- Read short usage notes
- Preview scripts with syntax highlighting
- Edit a browser-only scratch copy
- Copy the original or edited version directly
Clone the repository:
git clone https://github.com/mac-tool/scripts.git
cd scriptsMake scripts executable:
chmod +x *.shRun a script:
./script-name.shAdd short metadata comments near the top of each script so the web catalog can index it nicely:
# Short description of what the script does.
# Tags: macos, github, icon, download
#
# README:
# Short beginner-friendly usage notes.MIT License. See LICENSE.